Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/thefox-ext/ext/true.rb
Instance Method Summary collapse
-
#to_i ⇒ Object
bool.to_i.
Instance Method Details
#to_i ⇒ Object
bool.to_i
5 6 7 |
# File 'lib/thefox-ext/ext/true.rb', line 5 def to_i 1 end |