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