# File lib/warning.rb, line 4
def
warn
(
*
args
)
KERNEL_WARN
.
call
(
*
args
)
end