Class: Alphabet::Unaccenter
- Inherits:
-
Object
- Object
- Alphabet::Unaccenter
- Defined in:
- lib/alphabets/utils.rb
Overview
Worker ## todo/change - find a better name - why? why not?
Instance Method Summary collapse
- #count(freq) ⇒ Object
-
#initialize(mapping) ⇒ Unaccenter
constructor
A new instance of Unaccenter.
- #unaccent(name) ⇒ Object
Constructor Details
#initialize(mapping) ⇒ Unaccenter
Returns a new instance of Unaccenter.
42 43 44 |
# File 'lib/alphabets/utils.rb', line 42 def initialize( mapping ) @mapping = mapping end |