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