diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-20 14:33:49 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-20 14:33:49 -0700 |
commit | 36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992 (patch) | |
tree | c3fff60298a9dc7985594db77f9b1b9c5e35a7f7 /lib/arel/algebra/attributes | |
parent | d6edefb5a7c1ad56c464ce5ca273a2db736e7b6e (diff) | |
download | rails-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.rb | 4 |
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?, :== |