# File lib/hirb/helpers/table.rb, line 117 def render(rows, options={}) choose_style(rows, options) rescue TooManyFieldsForWidthError $stderr.puts "", "** Hirb Warning: Too many fields for the current width. Configure your width " + "and/or fields to avoid this error. Defaulting to a vertical table. **" Helpers::VerticalTable.render(rows, options) end