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