Method: TrueClass#boolean?

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

#boolean?Boolean

Returns:

  • (Boolean)

Since:

  • 0.17.0



21
22
23
# File 'lib/hash-utils/boolean.rb', line 21

def boolean?
    true
end