# File lib/rbrainz/model/relation.rb, line 96 def target=(target) if target.is_a? Entity @target = target else @target = target.to_s end end