# File lib/rbrainz/model/artist.rb, line 43 def initialize(id=nil, type=nil, name=nil, sort_name=nil) super id, type, name, sort_name @release_groups = Collection.new end