From 7adb0a487f3cf1fd9a573fa1e15ec2e025dee893 Mon Sep 17 00:00:00 2001 From: Erick Sasse Date: Thu, 23 Jul 2015 22:11:44 -0300 Subject: Fix Style/Alias --- lib/bundler/dep_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/dep_proxy.rb') 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 -- cgit v1.2.1