if feature_enabled? :approx_in_currency node :convertions do items = %w[GBP CAD AUD].map do |v| [v, { target: 'USD' }] end Hash[items] end end