Method: Mechanize::HTTP::Agent#max_file_buffer

Defined in:
lib/mechanize/http/agent.rb

#max_file_bufferObject

Responses larger than this will be written to a Tempfile instead of stored in memory. Setting this to nil disables creation of Tempfiles.

[View source]

119
120
121
# File 'lib/mechanize/http/agent.rb', line 119

def max_file_buffer
  @max_file_buffer
end