class EasyTag::OggTagger

Public Class Methods

new(file) click to toggle source
# File lib/easytag/taggers/ogg.rb, line 21
def initialize(file)
  @taglib = TagLib::Ogg::Vorbis::File.new(file)
end