In Files

Parent

Class Index [+]

Quicksearch

Rack::MockRequest::FatalWarner

Public Instance Methods

flush() click to toggle source

(Not documented)

    # File lib/rack/mock.rb, line 34
34:       def flush
35:       end
puts(warning) click to toggle source

(Not documented)

    # File lib/rack/mock.rb, line 26
26:       def puts(warning)
27:         raise FatalWarning, warning
28:       end
string() click to toggle source

(Not documented)

    # File lib/rack/mock.rb, line 37
37:       def string
38:         ""
39:       end
write(warning) click to toggle source

(Not documented)

    # File lib/rack/mock.rb, line 30
30:       def write(warning)
31:         raise FatalWarning, warning
32:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.