Sha256: 62e786eebc0cf0d5492db8af1431061331ffcfd8f77654e0d5040d7463509fc0

Contents?: true

Size: 170 Bytes

Versions: 12

Compression:

Stored size: 170 Bytes

Contents

require "rubygems"
require "mp3info"

module Tagomatic

  class Mp3InfoWrapper

    def open(file_path, &block)
      Mp3Info.open(file_path, &block)
    end

  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tagomatic-0.1.9 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.8 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.7 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.6 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.5 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.4 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.3 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.2 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.1 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.1.0 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.0.3 lib/tagomatic/mp3info_wrapper.rb
tagomatic-0.0.2 lib/tagomatic/mp3info_wrapper.rb