class Bundler::Bundle
def configure(specs, options)
def configure(specs, options) FileUtils.mkdir_p(gem_path) File.open(gem_path.join("environment.rb"), "w") do |file| file.puts @environment.environment_rb(specs, options) end generate_environment_picker end