# File lib/bundler/gem_helper.rb, line 7
    def self.install_tasks(opts = nil)
      dir = File.dirname(Rake.application.rakefile_location)
      self.new(dir, opts && opts[:name]).install
    end