Method: TrueClass#to_i

Defined in:
lib/hash-utils/boolean.rb

#to_i(t = 1, f = 0) ⇒ Object

Since:

  • 0.17.0



77
78
79
# File 'lib/hash-utils/boolean.rb', line 77

def to_i(t = 1, f = 0) 
    self.convert(t, f)
end