Method: Cuprum::Currying::CurriedCommand#command
- Defined in:
- lib/cuprum/currying/curried_command.rb
#command ⇒ Cuprum::Command (readonly)
Returns the original command to curry.
98 99 100 |
# File 'lib/cuprum/currying/curried_command.rb', line 98 def command @command end |