Method: MathEngine::UnknownEvaluatorError#==

Defined in:
lib/errors.rb

#==(other) ⇒ Object



52
53
54
# File 'lib/errors.rb', line 52

def ==(other)
  self.to_s == other.to_s
end