From 36c8cb43ffc2d1bc217cadf4341aa4b0ea6df992 Mon Sep 17 00:00:00 2001 From: Aaron Patterson <aaron.patterson@gmail.com> Date: Tue, 20 Jul 2010 14:33:49 -0700 Subject: a short inspect is not helpful --- lib/arel/algebra/attributes/attribute.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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?, :== -- cgit v1.2.3