5 6 7 8 9
# File 'lib/bnm/api.rb', line 5 def self.itunes(artists) artists.map do |artist| artist_response = artist_api_call(artist) end end