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