return the last row
Returns:
PageObject::Elements::TableRow
36 37 38
# File 'lib/page-object/elements/table.rb', line 36 def last_row self[-1] end