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