# File lib/bundler/gem_helper.rb, line 9 def self.install_tasks(opts = {}) dir = opts[:dir] || Dir.pwd self.new(dir, opts[:name]).install end