Object
# File lib/rhc/core_ext.rb, line 44 def chunk(chunk_size=1024) yield read(chunk_size) until eof? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.