Module: AccentBuster
- Included in:
- String
- Defined in:
- lib/accent-buster.rb,
lib/accent-buster/version.rb
Defined Under Namespace
Modules: StringExtension Classes: Buster
Constant Summary collapse
- VERSION =
"2.0.0"
Instance Method Summary collapse
-
#buster ⇒ Buster
Wrap an object to add accent wise (diacritic wise) methods.
Instance Method Details
#buster ⇒ Buster
Wrap an object to add accent wise (diacritic wise) methods.
It works for latin languages only.
13 14 15 |
# File 'lib/accent-buster.rb', line 13 def buster Buster.new(self) end |