Method: MathEngine::UnknownEvaluatorError#to_s

Defined in:
lib/errors.rb

#to_sObject



48
49
50
# File 'lib/errors.rb', line 48

def to_s
  "Unable to find an evaluator called #{@evaluator_name}(#{@expected_const})"
end