class Unicode::DisplayWidth

def of(string, **kwargs)

def of(string, **kwargs)
  self.class.of(string, **get_config(**kwargs))
end