Parent

Methods

Class Index [+]

Quicksearch

PhusionPassenger::Utils::RewindableInput::Tempfile

Many Ruby 1.8’s tempfile libraries have a bug that can cause the #close method to raise an exception. Subclass it and fix it.

Public Instance Methods

_close() click to toggle source
    # File lib/phusion_passenger/utils/rewindable_input.rb, line 72
72:         def _close
73:           @tmpfile.close if @tmpfile
74:           @data[1] = nil if @data
75:           @tmpfile = nil
76:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.