Class: Tempfile

Inherits:
Object show all
Defined in:
lib/waves/ext/tempfile.rb

Instance Method Summary collapse

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