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