aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/arel/algebra/attributes/attribute.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/algebra/attributes/attribute.rb b/lib/arel/algebra/attributes/attribute.rb
index faa6c068d5..f1085aaae0 100644
--- a/lib/arel/algebra/attributes/attribute.rb
+++ b/lib/arel/algebra/attributes/attribute.rb
@@ -19,10 +19,6 @@ module Arel
false
end
- def inspect
- "<Attribute #{name}>"
- end
-
module Transformations
def self.included(klass)
klass.send :alias_method, :eql?, :==