class EXEL::NullInstruction
An {Instruction} that does nothing when executed
Public Instance Methods
execute(context)
click to toggle source
# File lib/exel/null_instruction.rb, line 6 def execute(context) end