Method: JPath::Parser::Formula#requires_boolean?
- Defined in:
- lib/jpath/parser/formula.rb
#requires_boolean? ⇒ Boolean
114 115 116 |
# File 'lib/jpath/parser/formula.rb', line 114 def requires_boolean? %w(and or).include?(type) end |