Class: Xpub::CallBook::CallKanaChecker
- Inherits:
-
CallChecker
- Object
- CallChecker
- Xpub::CallBook::CallKanaChecker
- Defined in:
- lib/xpub/dsl/checker.rb
Instance Method Summary collapse
Methods inherited from CallChecker
#_check, #initialize, #validate
Constructor Details
This class inherits a constructor from Xpub::CallBook::CallChecker
Instance Method Details
#check(option) ⇒ Object
46 47 48 |
# File 'lib/xpub/dsl/checker.rb', line 46 def check(option) _check option, /([\p{Katakana}ー-]+)/ end |