Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/unicode/confusable/string_ext.rb
Instance Method Summary collapse
-
#confusable?(other) ⇒ Boolean
Optional core extension for your convenience.
Instance Method Details
#confusable?(other) ⇒ Boolean
Optional core extension for your convenience
5 6 7 |
# File 'lib/unicode/confusable/string_ext.rb', line 5 def confusable?(other) Unicode::Confusable.compare(self, other) end |