Method: FalseClass#falsy?

Defined in:
lib/json_logic/truthy.rb

#falsy?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/json_logic/truthy.rb', line 21

def falsy?
  true
end