module Octokit::Warnable
Overview
Allows warnings to be suppressed via environment variable.
Direct including types
Defined in:
octokit/warnable.crInstance Method Summary
-
#octokit_warn(message)
Wrapper around Logger.warn to print warnings unless OCTOKIT_SILENT is set to true.
Instance Method Detail
def octokit_warn(message)
#
Wrapper around Logger.warn to print warnings unless OCTOKIT_SILENT is set to true.