Class: NilClass

Inherits:
Object show all
Defined in:
lib/json_logic/truthy.rb

Instance Method Summary collapse

Instance Method Details

#falsy?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/json_logic/truthy.rb', line 15

def falsy?
  true
end