Module: TableTransformer::Helper
- Included in:
- Data, LineGenerator
- Defined in:
- lib/table_transformer/helper.rb
Instance Method Summary collapse
Instance Method Details
#width(str) ⇒ Object
5 6 7 |
# File 'lib/table_transformer/helper.rb', line 5 def width(str) Unicode::DisplayWidth.of(str.to_s) end |