Method: TrueClass#true?

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

#true?Boolean

Returns:

  • (Boolean)

Since:

  • 0.17.0



47
48
49
# File 'lib/hash-utils/boolean.rb', line 47

def true?
    true
end