# File lib/ogginfo.rb, line 67 def length unless @length File.open(@filename) do |file| @length = compute_length(file) end end return @length end