class Shanty::BundlerMutator
Bundler mutator
Public Instance Methods
mutate()
click to toggle source
# File lib/shanty/mutators/bundler.rb, line 7 def mutate graph.each do |project| BundlerPlugin.add_to_project(project) if File.exist?(File.join(project.path, 'Gemfile')) end end