# encoding: utf-8 require 'money' module Spree # Spree::Money is a relatively thin wrapper around Monetize which handles # formatting via Spree::Config. class Money RUBY_NUMERIC_STRING = /\A-?\d+(\.\d+)?\z/ class <