Parent

Methods

Files

Class Index [+]

Quicksearch

WEBrick::Log

Public Instance Methods

__debug(msg = nil) click to toggle source
Alias for: debug
debug(msg = nil) click to toggle source
    # File lib/soap/rpc/soaplet.rb, line 26
26:     def debug(msg = nil)
27:       if block_given? and msg.nil?
28:         __debug(yield)
29:       else
30:         __debug(msg)
31:       end
32:     end
Also aliased as: __debug

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.