module Octokit::Warnable

Overview

Allows warnings to be suppressed via environment variable.

Direct including types

Defined in:

octokit/warnable.cr

Instance Method Summary

Instance Method Detail

def octokit_warn(message) #

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


[View source]