Class: DevFlow::Command
- Inherits:
-
Object
- Object
- DevFlow::Command
- Defined in:
- lib/devflow/command.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(args) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(args) ⇒ Command
Returns a new instance of Command.
3 4 5 |
# File 'lib/devflow/command.rb', line 3 def initialize(args) @args = args end |