# File lib/bugzilla/product.rb, line 50 def selectable_products ids = get_selectable_products Hash[*get(ids)['products'].map {|x| [x['name'], x]}.flatten] end