Class: Cuprum::BuiltIn::NullCommand
- Defined in:
- lib/cuprum/built_in/null_command.rb
Overview
A predefined command that does nothing when called.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ NullCommand
constructor
A new instance of NullCommand.
Methods inherited from Command
Methods included from Steps
Methods included from Currying
Methods included from Processing
Constructor Details
#initialize ⇒ NullCommand
Returns a new instance of NullCommand.
16 17 18 |
# File 'lib/cuprum/built_in/null_command.rb', line 16 def initialize super(&nil) end |