Method: Code::Object::Nothing#truthy?

Defined in:
lib/code/object/nothing.rb

#truthy?Boolean

Returns:



24
25
26
# File 'lib/code/object/nothing.rb', line 24

def truthy?
  false
end