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.

Parameters:

  • key (String, Symbol, Object)

Raises:

Since:

  • 0.2.0



15
16
17
# File 'lib/qonfig/settings/key_guard.rb', line 15

def prevent_incomparabilities!(key)
  new(key).prevent_incomparabilities!
end