Class: Xpub::CallBook::CallNumberChecker

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



40
41
42
# File 'lib/xpub/dsl/checker.rb', line 40

def check(option)
  _check option, /([0-9一二三四五六七八九十百千万億兆京〇零]+)/
end