Class: Cuprum::BuiltIn::IdentityCommand
- Defined in:
- lib/cuprum/built_in/identity_command.rb
Overview
A predefined command that returns the value or result it was called with.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ IdentityCommand
constructor
A new instance of IdentityCommand.
Methods inherited from Command
Methods included from Steps
Methods included from Currying
Methods included from Processing
Constructor Details
#initialize ⇒ IdentityCommand
Returns a new instance of IdentityCommand.
27 28 29 |
# File 'lib/cuprum/built_in/identity_command.rb', line 27 def initialize super(&nil) end |