diff options
author | Erick Sasse <esasse@gmail.com> | 2015-07-23 22:11:44 -0300 |
---|---|---|
committer | Erick Sasse <esasse@gmail.com> | 2015-07-23 22:11:44 -0300 |
commit | 7adb0a487f3cf1fd9a573fa1e15ec2e025dee893 (patch) | |
tree | 641ecbf98e22fbc6e8a92d1f6f117bf05a2bb17f /lib/bundler/dep_proxy.rb | |
parent | 4d6c32be29d745fadef04380758b6f68817fbb33 (diff) | |
download | bundler-7adb0a487f3cf1fd9a573fa1e15ec2e025dee893.tar.gz |
Fix Style/Alias
Diffstat (limited to 'lib/bundler/dep_proxy.rb')
-rw-r--r-- | lib/bundler/dep_proxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dep_proxy.rb b/lib/bundler/dep_proxy.rb index 47de296810..f65e01d173 100644 --- a/lib/bundler/dep_proxy.rb +++ b/lib/bundler/dep_proxy.rb @@ -14,7 +14,7 @@ module Bundler dep == o.dep && __platform == o.__platform end - alias eql? == + alias_method :eql?, :== def type @dep.type |