class Money::Parser::LocaleAware

def decimal_separator_resolver

ActionView's +number_to_currency+ helper will use to format the monetary amount for display.
The +Proc+ called to get the current locale decimal separator. In Rails apps this defaults to the same lookup
def decimal_separator_resolver
  @decimal_separator_resolver
end