Class: Subtrac::Commands::Install
- Inherits:
-
Object
- Object
- Subtrac::Commands::Install
- Defined in:
- lib/subtrac/commands/install.rb
Instance Method Summary collapse
-
#initialize(args, options) ⇒ Install
constructor
A new instance of Install.
Constructor Details
#initialize(args, options) ⇒ Install
Returns a new instance of Install.
4 5 6 |
# File 'lib/subtrac/commands/install.rb', line 4 def initialize(args, ) Subtrac.install(args,) end |