Module: FTPMVC::Input
- Included in:
- Ftpd::Input, StringInput
- Defined in:
- lib/ftpmvc/input.rb
Instance Method Summary collapse
Instance Method Details
#read_all ⇒ Object
3 4 5 6 7 |
# File 'lib/ftpmvc/input.rb', line 3 def read_all ''.tap do |content| read { |chunk| content << chunk } end end |