class String

def display_width(ambiguous = 1, overwrite = {}, options = {})

def display_width(ambiguous = 1, overwrite = {}, options = {})
  Unicode::DisplayWidth.of(self, ambiguous, overwrite, options)
end