Class: Kotoshu::Readers::PassthroughConditionChecker
- Inherits:
-
ConditionChecker
- Object
- ConditionChecker
- Kotoshu::Readers::PassthroughConditionChecker
- Defined in:
- lib/kotoshu/readers/condition_checker.rb
Overview
Passthrough condition checker that always returns true.
Used for scripts where Hunspell conditions don't apply or aren't supported.
Instance Method Summary collapse
Methods inherited from ConditionChecker
Instance Method Details
#matches?(_stem) ⇒ Boolean
53 54 55 |
# File 'lib/kotoshu/readers/condition_checker.rb', line 53 def matches?(_stem) true end |