# File lib/rbrainz/model/isrc.rb, line 80
      def to_str
        return [@country, @registrant, @year, @designation].join
      end