13 14 15 16 17
# File 'lib/ftpmvc/ftpd/input.rb', line 13 def read while chunk = @stream.read yield chunk end end