Class: Xpub::CallBook::CallKanaChecker

Inherits:
CallChecker show all
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