Method: EXEL::Instruction#initialize
- Defined in:
- lib/exel/instruction.rb
#initialize(processor_class, args, subtree: nil) ⇒ Instruction
Returns a new instance of Instruction.
6 7 8 9 10 |
# File 'lib/exel/instruction.rb', line 6 def initialize(processor_class, args, subtree: nil) @processor_class = processor_class @args = args || {} @subtree = subtree end |