Methods

Files

TagLib::FileOpenable

Public Instance Methods

open(*args) click to toggle source
    # File lib/taglib/base.rb, line 5
 5:     def open(*args)
 6:       file = self.new(*args)
 7:       begin
 8:         result = yield file
 9:       ensure
10:         file.close
11:       end
12:       result
13:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.