# File lib/money/locale_backend/currency.rb, line 6
      def lookup(key, currency)
        currency.public_send(key) if currency.respond_to?(key)
      end