# File lib/rbrainz/model/isrc.rb, line 73
      def to_s
        return [@country, @registrant, @year, @designation].join('-')
      end