# File lib/webby/resources/meta_file.rb, line 76 def read count = meta_end @io.seek 0 count.times {@io.gets} unless count.nil? @io.read end