Method: TrueClass#to_i
- Defined in:
- lib/hash-utils/boolean.rb
#to_i(t = 1, f = 0) ⇒ Object
77 78 79 |
# File 'lib/hash-utils/boolean.rb', line 77 def to_i(t = 1, f = 0) self.convert(t, f) end |
77 78 79 |
# File 'lib/hash-utils/boolean.rb', line 77 def to_i(t = 1, f = 0) self.convert(t, f) end |