aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/attributes
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-20 14:33:49 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-20 14:33:49 -0700
commit36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992 (patch)
treec3fff60298a9dc7985594db77f9b1b9c5e35a7f7 /lib/arel/algebra/attributes
parentd6edefb5a7c1ad56c464ce5ca273a2db736e7b6e (diff)
downloadrails-36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992.tar.gz
rails-36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992.tar.bz2
rails-36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992.zip
a short inspect is not helpful
Diffstat (limited to 'lib/arel/algebra/attributes')
-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?, :==