Class: FalseClass

Inherits:
Object show all
Includes:
Boolean
Defined in:
lib/overload/blank.rb,
lib/overload/boolean.rb

Constant Summary

Constants included from Boolean

Boolean::FALSE_VALUES, Boolean::TRUE_VALUES

Instance Method Summary collapse

Methods included from Boolean

parse

Instance Method Details

#blank?Boolean

Returns:



30
31
32
# File 'lib/overload/blank.rb', line 30

def blank?
  true
end

#to_iObject



31
32
33
# File 'lib/overload/boolean.rb', line 31

def to_i
  0
end