class ActionDispatch::Http::UploadedFile

def to_io

def to_io
  @tempfile.to_io
end