# File lib/webrick/log.rb, line 50
def
warn
(
msg
)
log
(
WARN
,
"WARN "
<<
format
(
msg
));
end