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