Class: FalseClass
Instance Method Summary collapse
-
#parse_bool ⇒ false
Returns the parsed value of this object.
- #to_b ⇒ Object
-
#to_bool ⇒ false
Returns the typecasted value of this object.
Instance Method Details
#parse_bool ⇒ false
Returns the parsed value of this object.
40 |
# File 'lib/boolean.rb', line 40 def parse_bool() false end |
#to_bool ⇒ false
Returns the typecasted value of this object.
35 |
# File 'lib/boolean.rb', line 35 def to_bool() false end |