Module: Charwidth::String
- Defined in:
- lib/charwidth/string.rb
Instance Method Summary collapse
Instance Method Details
#normalize_charwidth(options = {}) ⇒ Object
4 5 6 |
# File 'lib/charwidth/string.rb', line 4 def normalize_charwidth( = {}) dup.normalize_charwidth!() end |
#normalize_charwidth!(options = {}) ⇒ Object
8 9 10 |
# File 'lib/charwidth/string.rb', line 8 def normalize_charwidth!( = {}) Charwidth.normalize!(self, ) end |