Class: EXEL::NullInstruction

Inherits:
Object
  • Object
show all
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