Class: Gembrew::Commands::Init
- Inherits:
-
MisterBin::Command
- Object
- MisterBin::Command
- Gembrew::Commands::Init
- Defined in:
- lib/gembrew/commands/init.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
14 15 16 17 18 19 |
# File 'lib/gembrew/commands/init.rb', line 14 def run Initializer.new(args['GEM']).call = "Initialized m`#{Dir.pwd}`" += " for bb`#{args['GEM']}`" if args['GEM'] say end |