Method: MathEngine::UnknownEvaluatorError#initialize

Defined in:
lib/errors.rb

#initialize(evaluator_name, expected_const) ⇒ UnknownEvaluatorError

Returns a new instance of UnknownEvaluatorError.



43
44
45
46
# File 'lib/errors.rb', line 43

def initialize(evaluator_name, expected_const)
  @evaluator_name = evaluator_name
  @expected_const = expected_const
end