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