Method: Julius::Command#initialize
- Defined in:
- lib/julius/command.rb
#initialize(*args) ⇒ Command
Returns a new instance of Command.
26 27 28 |
# File 'lib/julius/command.rb', line 26 def initialize(*args) @args = args end |
Returns a new instance of Command.
26 27 28 |
# File 'lib/julius/command.rb', line 26 def initialize(*args) @args = args end |