# File lib/rbrainz/model/entity.rb, line 62 def id=(mbid) if mbid @id = MBID.parse(mbid, entity_type) else @id = nil end end