# File lib/webrick/log.rb, line 52
def
debug
(
msg
)
log
(
DEBUG
,
"DEBUG "
<<
format
(
msg
));
end