Class: Tempfile
Instance Method Summary collapse
-
#==(other) ⇒ Object
override method to prevent problem uploading files with Rack.
Instance Method Details
#==(other) ⇒ Object
override method to prevent problem uploading files with Rack
4 |
# File 'lib/waves/ext/tempfile.rb', line 4 def ==(other) ; eql?(other) || super ; end |