class NilClass
Public Instance Methods
parse_bool()
click to toggle source
Returns the parsed value of this object.
@return [false] @false@.
# File lib/boolean.rb, line 55 def parse_bool() false end
to_b()
click to toggle source
@see parse_bool
# File lib/boolean.rb, line 58 def to_b() false end
to_bool()
click to toggle source
Returns the typecasted value of this object.
@return [false] @false@.
# File lib/boolean.rb, line 50 def to_bool() false end