5 lines
221 B
Ruby
5 lines
221 B
Ruby
# Don't allow downloaded files to be created as StringIO. Create a tempfile instead
|
|
|
|
OpenURI::Buffer.send :remove_const, 'StringMax' if OpenURI::Buffer.const_defined?('StringMax')
|
|
OpenURI::Buffer.const_set 'StringMax', 0
|
|
|