Class: Mosaic::Bin
- Inherits:
-
Object
- Object
- Mosaic::Bin
- Defined in:
- lib/mosaic/bin.rb
Overview
The mosaic command class, used to create new applications
Instance Method Summary collapse
-
#initialize(args) ⇒ Bin
constructor
A new instance of Bin.
Constructor Details
#initialize(args) ⇒ Bin
Returns a new instance of Bin.
4 5 6 7 8 |
# File 'lib/mosaic/bin.rb', line 4 def initialize(args) @args = args @root_path = File.("../../../", __FILE__) handle_arguments end |