# File lib/money/currency.rb, line 205
      def each
        all.each { |c| yield(c) }
      end