Method: Hallon::Track#artists

Defined in:
lib/hallon/track.rb

#artistsArtists

Returns all Artists who performed this Track.

Returns:



172
173
174
# File 'lib/hallon/track.rb', line 172

def artists
  Artists.new(self)
end