Method: TrueClass#convert

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

#convert(t, f) ⇒ Object

Since:

  • 0.17.0



62
63
64
# File 'lib/hash-utils/boolean.rb', line 62

def convert(t, f)
    t
end