Method: Numeric.lparse

Defined in:
lib/spiderfw/utils/monkey/numeric.rb

.lparse(string) ⇒ Object



8
9
10
11
12
13
# File 'lib/spiderfw/utils/monkey/numeric.rb', line 8

def self.lparse(string)
    locale ||= Spider.locale
    options = {}
    options[:return] = self
    Spider::I18n.parse_number(locale, string)
end