Class: EXEL::NullInstruction
- Inherits:
-
Object
- Object
- EXEL::NullInstruction
- Defined in:
- lib/exel/null_instruction.rb
Overview
An Instruction that does nothing when executed
Instance Method Summary collapse
Instance Method Details
#execute(context) ⇒ Object
6 7 |
# File 'lib/exel/null_instruction.rb', line 6 def execute(context) end |