module Kernel

@api private

Public Instance Methods

warn(msg, *smth) click to toggle source

@note This is overridden to suppress output from httpclient gem

# File lib/kernel.rb, line 4
def warn(msg, *smth)
  #   TODO log the warning
end