Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/unicode/types/string_ext.rb
Instance Method Summary collapse
-
#unicode_types ⇒ Object
Optional string extension for your convenience.
Instance Method Details
#unicode_types ⇒ Object
Optional string extension for your convenience
5 6 7 |
# File 'lib/unicode/types/string_ext.rb', line 5 def unicode_types Unicode::Types.of(self) end |