class String

Public Instance Methods

confusable?(other) click to toggle source

Optional core extension for your convenience

# File lib/unicode/confusable/string_ext.rb, line 5
def confusable?(other)
  Unicode::Confusable.compare(self, other)
end