Class: String

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

Instance Method Summary collapse

Instance Method Details

#falsy?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/json_logic/truthy.rb', line 27

def falsy?
  empty?
end