Method: JMESPath::Nodes::ComparatorCondition#visit

Defined in:
lib/jmespath/nodes/condition.rb

#visit(value) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



37
38
39
# File 'lib/jmespath/nodes/condition.rb', line 37

def visit(value)
  nil
end