Class: Mosaic::Bin

Inherits:
Object
  • Object
show all
Defined in:
lib/mosaic/bin.rb

Overview

The mosaic command class, used to create new applications

Instance Method Summary collapse

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.expand_path("../../../", __FILE__)
  handle_arguments
end