Method: MdnQuery::Table#rows

Defined in:
lib/mdn_query/table.rb

#rowsFixnum

Returns the number of rows in the body of the table.

Returns:

  • (Fixnum)


58
59
60
# File 'lib/mdn_query/table.rb', line 58

def rows
  @body.size
end