# File lib/active_record/base.rb, line 638
      def all(*args)
        find(:all, *args)
      end