rake-runner-test/testData/bundler-discovery/bundler-1.0.22/lib/bundler.rb [89:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end

    def bundle_path
      @bundle_path ||= Pathname.new(settings.path).expand_path(root)
    end

    def bin_path
      @bin_path ||= begin
        path = settings[:bin] || "bin"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rake-runner-test/testData/bundler-discovery/bundler-1.11.2/lib/bundler.rb [67:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end

    # Returns absolute path of where gems are installed on the filesystem.
    def bundle_path
      @bundle_path ||= Pathname.new(settings.path).expand_path(root)
    end

    # Returns absolute location of where binstubs are installed to.
    def bin_path
      @bin_path ||= begin
        path = settings[:bin] || "bin"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



