class Gemfilings::Binary::Runner

Public Instance Methods

gem(*gem_names) click to toggle source
# File lib/gemfilings/binary/runner.rb, line 22
def gem(*gem_names)
  Commands::Gem.call(options, gem_names)
end