Class: Arspy::Operators::Interpreter::Base
- Inherits:
-
Object
- Object
- Arspy::Operators::Interpreter::Base
- Defined in:
- lib/arspy/operators/interpreter/base.rb
Direct Known Subclasses
AssociationInterpreter, AttributeInterpreter, NullInterpreter
Instance Method Summary collapse
-
#initialize(array, method_name) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(array, method_name) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/arspy/operators/interpreter/base.rb', line 5 def initialize(array, method_name) @array, @method_name = array, method_name end |