45 46 47 48
# File 'lib/formdata.rb', line 45 def read(*args) finalize! unless @finalized @buffer.read(*args) end