module Numer
Constants
- DIGIT
Public Instance Methods
_numeric(str)
click to toggle source
# File lib/ptc/utils/numer.rb, line 3 def _numeric(str) str.scan(DIGIT).join end
# File lib/ptc/utils/numer.rb, line 3 def _numeric(str) str.scan(DIGIT).join end