Method: JPath::Parser::Formula#boolean?

Defined in:
lib/jpath/parser/formula.rb

#boolean?Boolean

Returns:

  • (Boolean)


118
119
120
# File 'lib/jpath/parser/formula.rb', line 118

def boolean?
  %w(> < = and or).include?(type)
end