module TableTransformer::Helper
Public Instance Methods
width(str)
click to toggle source
# File lib/table_transformer/helper.rb, line 5 def width(str) Unicode::DisplayWidth.of(str.to_s) end
# File lib/table_transformer/helper.rb, line 5 def width(str) Unicode::DisplayWidth.of(str.to_s) end