Parent

Methods

Class Index [+]

Quicksearch

Rack::RewindableInput::Tempfile

Ruby’s Tempfile class has a bug. Subclass it and fix it.

Public Instance Methods

_close() click to toggle source

(Not documented)

    # File lib/rack/rewindable_input.rb, line 60
60:       def _close
61:         @tmpfile.close if @tmpfile
62:         @data[1] = nil if @data
63:         @tmpfile = nil
64:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.