184 185 186
# File 'lib/write_xlsx/sheets.rb', line 184 def tables inject([]) { |tables, sheet| tables + sheet.tables }.flatten end