Class: Gembrew::Commands::Add

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

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
# File 'lib/gembrew/commands/add.rb', line 14

def run
  path = Adder.new(args['GEM']).call
  say "Added m`#{path}`"
end