Method: Qonfig::Settings::KeyGuard.prevent_incomparabilities!
- Defined in:
- lib/qonfig/settings/key_guard.rb
.prevent_incomparabilities!(key) ⇒ void
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.
This method returns an undefined value.
15 16 17 |
# File 'lib/qonfig/settings/key_guard.rb', line 15 def prevent_incomparabilities!(key) new(key).prevent_incomparabilities! end |