Libraries
»
hash-utils
(2.0.2)
»
Index
»
TrueClass
»
#false?
Method: TrueClass#false?
Defined in:
lib/hash-utils/boolean.rb
#
false?
⇒
Boolean
Returns:
(
Boolean
)
Since:
0.17.0
34 35 36
# File 'lib/hash-utils/boolean.rb', line 34
def
false?
false
end