method

last

last()
public

No documentation available.

# File activerecord/lib/active_record/result.rb, line 77
    def last
      hash_rows.last
    end