Libraries
»
code-ruby
(0.6.1)
»
Index
»
Code
»
Object
»
Nothing
»
#truthy?
Method: Code::Object::Nothing#truthy?
Defined in:
lib/code/object/nothing.rb
#
truthy?
⇒
Boolean
Returns:
(
Boolean
)
24 25 26
# File 'lib/code/object/nothing.rb', line 24
def
truthy?
false
end