class Money::Parser::Fuzzy
def self.parse(input, currency = nil, **options)
def self.parse(input, currency = nil, **options) new.parse(input, currency, **options) end
def self.parse(input, currency = nil, **options) new.parse(input, currency, **options) end