Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/heartwood/support/nil_class.rb

Instance Method Summary collapse

Instance Method Details

#+(n) ⇒ Object



3
4
5
# File 'lib/heartwood/support/nil_class.rb', line 3

def +(n)
  convert_to_match(n) + n
end

#to_boolObject



7
8
9
# File 'lib/heartwood/support/nil_class.rb', line 7

def to_bool
  false
end