class WEBrick::Log
Public Instance Methods
debug(msg = nil) { || ... }
click to toggle source
# File lib/soap/rpc/soaplet.rb, line 27 def debug(msg = nil) if block_given? and msg.nil? __debug(yield) else __debug(msg) end end
Also aliased as: __debug