# File lib/active_record/relation/finder_methods.rb, line 152
    def last!
      last or raise RecordNotFound
    end