Method: Qonfig::Settings#__slice__
- Defined in:
- lib/qonfig/settings.rb
#__slice__(*keys) ⇒ Hash
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.
197 198 199 |
# File 'lib/qonfig/settings.rb', line 197 def __slice__(*keys) __lock__.thread_safe_access { __deep_slice__(*keys) } end |