Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/utils.rb
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
31 |
# File 'lib/utils.rb', line 31 def to_bool; self; end |
#to_i ⇒ Object
30 |
# File 'lib/utils.rb', line 30 def to_i; 1; end |