Method: AnyStyle::Feature::Dictionary#observe
- Defined in:
- lib/anystyle/feature/dictionary.rb
#observe(token, alpha:, **opts) ⇒ Object
11 12 13 |
# File 'lib/anystyle/feature/dictionary.rb', line 11 def observe(token, alpha:, **opts) dictionary.(alpha.downcase) end |