Method: Cmd#initialize
- Defined in:
- lib/resources/command.rb
#initialize(cmd) ⇒ Cmd
Returns a new instance of Cmd.
17 18 19 |
# File 'lib/resources/command.rb', line 17 def initialize(cmd) @command = cmd end |
Returns a new instance of Cmd.
17 18 19 |
# File 'lib/resources/command.rb', line 17 def initialize(cmd) @command = cmd end |