class String

Public Instance Methods

falsy?() click to toggle source
# File lib/json_logic/truthy.rb, line 27
def falsy?
  empty?
end