module EasyTag

Constants

VERSION

Public Class Methods

open(file, &block) click to toggle source
# File lib/easytag.rb, line 12
def self.open(file, &block)
  TaggerFactory.open(file, &block)
end