class Audiothority::Extract
Public Class Methods
new(file_ref=TagLib::FileRef)
click to toggle source
# File lib/audiothority/extract.rb, line 8 def initialize(file_ref=TagLib::FileRef) @file_ref = file_ref end