# File lib/cgikit/bytedata.rb, line 127 def bytes( length = nil ) open do @tempfile.read(length) end end