Module: Numer

Included in:
GetCountryByPhone
Defined in:
lib/ptc/utils/numer.rb

Constant Summary collapse

DIGIT =
/\d/

Instance Method Summary collapse

Instance Method Details

#_numeric(str) ⇒ Object



3
4
5
# File 'lib/ptc/utils/numer.rb', line 3

def _numeric(str)
  str.scan(DIGIT).join
end