Class: Arspy::Operators::Interpreter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/arspy/operators/interpreter/base.rb

Instance Method Summary collapse

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