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