Class: ValueOperator

Inherits:
Object
  • Object
show all
Includes:
BinaryOperator
Defined in:
lib/json_expr/operators/value_operator.rb

Instance Method Summary collapse

Methods included from BinaryOperator

#binary

Instance Method Details

#evaluate(evaluator, value) ⇒ Object



8
9
10
# File 'lib/json_expr/operators/value_operator.rb', line 8

def evaluate(evaluator, value)
  value
end