Method: Tables::Table#row_count

Defined in:
lib/tables/table.rb

#row_countObject



74
75
76
# File 'lib/tables/table.rb', line 74

def row_count
  @table.count
end