module Async::Console
def self.warn(*arguments, exception: nil, **options)
def self.warn(*arguments, exception: nil, **options) if exception super(*arguments, exception.full_message, **options) else super(*arguments, **options) end end
def self.warn(*arguments, exception: nil, **options) if exception super(*arguments, exception.full_message, **options) else super(*arguments, **options) end end