diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-04-11 19:45:59 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2022-04-12 14:07:25 +0900 |
| commit | cdec8a29c5e2e3fedc2e7726d409121d5e2890da (patch) | |
| tree | 1009919e4e0e11e2a95c669400b615d3c927746e /lib/bundler/plugin/api | |
| parent | 48be8051ef26dd93e714846d94a2c3794c5b101b (diff) | |
Merge Bundler-2.2.33
Diffstat (limited to 'lib/bundler/plugin/api')
| -rw-r--r-- | lib/bundler/plugin/api/source.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb index f6f4ac4f0a..32b1d0ee38 100644 --- a/lib/bundler/plugin/api/source.rb +++ b/lib/bundler/plugin/api/source.rb @@ -283,6 +283,7 @@ module Bundler def to_s "plugin source for #{@type} with uri #{@uri}" end + alias_method :identifier, :to_s # Note: Do not override if you don't know what you are doing. def include?(other) |
