In Files

Parent

Class Index [+]

Quicksearch

Rack::MockRequest::FatalWarner

Public Instance Methods

flush() click to toggle source
    # File lib/rack/mock.rb, line 35
35:       def flush
36:       end
puts(warning) click to toggle source
    # File lib/rack/mock.rb, line 27
27:       def puts(warning)
28:         raise FatalWarning, warning
29:       end
string() click to toggle source
    # File lib/rack/mock.rb, line 38
38:       def string
39:         ""
40:       end
write(warning) click to toggle source
    # File lib/rack/mock.rb, line 31
31:       def write(warning)
32:         raise FatalWarning, warning
33:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.