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.

Parameters:

  • keys (Array<String, Symbol>)

Returns:

  • (Hash)

Since:

  • 0.9.0



197
198
199
# File 'lib/qonfig/settings.rb', line 197

def __slice__(*keys)
  __lock__.thread_safe_access { __deep_slice__(*keys) }
end