module

Octokit::Warnable

Allows warnings to be suppressed via environment variable.

Instance methods

octokit_warn(message)

Wrapper around Logger.warn to print warnings unless OCTOKIT_SILENT is set to true.

Source