module Kernel

Private Instance Methods

wcswidth(string) click to toggle source
# File lib/wcswidth/kernel_method.rb, line 6
def wcswidth(string)
  Wcswidth.of(string)
end