Libraries
»
math_engine
(0.7.0)
»
Index
»
MathEngine
»
UnknownEvaluatorError
»
#==
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