Module: ConvenientService::Utils::Kernel Private
- Defined in:
- lib/convenient_service/utils/kernel.rb,
lib/convenient_service/utils/kernel/silence_warnings.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: SilenceWarnings
Class Method Summary collapse
- .silence_warnings ⇒ Object private
Class Method Details
.silence_warnings ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/convenient_service/utils/kernel.rb', line 14 def silence_warnings(...) SilenceWarnings.call(...) end |