# File lib/rbrainz/model/isrc.rb, line 49 def self.parse(obj) if obj.is_a? ISRC return obj else return ISRC.new(obj) end end