Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#falsy?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/json_logic/truthy.rb', line 33

def falsy?
  zero?
end