# File lib/mp3info.rb, line 125 def self.hastag1?(filename) File.open(filename) { |f| f.seek(-TAGSIZE, File::SEEK_END) f.read(3) == "TAG" } end