# File lib/taglib/base.rb, line 5 def open(*args) file = self.new(*args) begin result = yield file ensure file.close end result end
[Validate]
Generated with the Darkfish Rdoc Generator 2.