return the first row
Returns:
PageObject::Elements::TableRow
27 28 29
# File 'lib/page-object/elements/table.rb', line 27 def first_row self[0] end