class Object
JsonLogic truthy / falsy logic Cf. jsonlogic.com/truthy.html
Public Instance Methods
falsy?()
click to toggle source
# File lib/json_logic/truthy.rb, line 9 def falsy? false end
truthy?()
click to toggle source
# File lib/json_logic/truthy.rb, line 5 def truthy? !falsy? end