Class: Electr::NilEvaluator
- Inherits:
-
Object
- Object
- Electr::NilEvaluator
- Defined in:
- lib/electr/repl/nil_evaluator.rb
Overview
An Evaluator that does nothing.
Instance Method Summary collapse
Instance Method Details
#evaluate_pn(arg) ⇒ Object
6 7 8 |
# File 'lib/electr/repl/nil_evaluator.rb', line 6 def evaluate_pn(arg) arg end |