# File lib/mp3info.rb, line 208 def self.removetag2(filename) self.open(filename) do |mp3| mp3.tag2.clear end end