Class: Gembrew::Commands::Init

Inherits:
MisterBin::Command
  • Object
show all
Defined in:
lib/gembrew/commands/init.rb

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
18
19
# File 'lib/gembrew/commands/init.rb', line 14

def run
  Initializer.new(args['GEM']).call
  message = "Initialized m`#{Dir.pwd}`"
  message += " for bb`#{args['GEM']}`" if args['GEM']
  say message
end