Libraries
»
hash-utils
(2.0.2)
»
Index
»
TrueClass
»
#true?
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