Module: Unaccent::String
- Included in:
- String
- Defined in:
- lib/unaccent/string.rb
Instance Method Summary collapse
Instance Method Details
#unaccent ⇒ Object
7 8 9 |
# File 'lib/unaccent/string.rb', line 7 def unaccent Unaccent.unaccent(self) end |