# File lib/yard/logging.rb, line 52
def
debug
(
*
args
)
self
.
level
=
DEBUG
if
$DEBUG
super
end