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
    # File lib/rack/rewindable_input.rb, line 62
62:       def _close
63:         @tmpfile.close if @tmpfile
64:         @data[1] = nil if @data
65:         @tmpfile = nil
66:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.