Method: Cuprum::Currying::CurriedCommand#command

Defined in:
lib/cuprum/currying/curried_command.rb

#commandCuprum::Command (readonly)

Returns the original command to curry.

Returns:



98
99
100
# File 'lib/cuprum/currying/curried_command.rb', line 98

def command
  @command
end