Method: Qonfig::Settings::KeyGuard#prevent_incomparabilities!
- Defined in:
- lib/qonfig/settings/key_guard.rb
#prevent_incomparabilities! ⇒ 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.
41 42 43 44 |
# File 'lib/qonfig/settings/key_guard.rb', line 41 def prevent_incomparabilities! prevent_incompatible_key_type! prevent_core_method_intersection! end |