Sha256: 49e801a73e2bb9a1e767ee6f3fca483097e9f559fd09d8bba5fcb4a2dc1d099a

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

# frozen_string_literal: true

module Bundler
  module Plugin
    class Installer
      class Path < Bundler::Source::Path
        def root
          Plugin.root
        end

        def generate_bin(spec, disable_extensions = false)
          # Need to find a way without code duplication
          # For now, we can ignore this
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rubygems-update-3.5.8 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.8 lib/bundler/plugin/installer/path.rb