Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#slice
- Defined in:
- lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
#slice(*keys) ⇒ Object
41 42 43 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 41 def slice(*keys) super(*keys.map{ |key| convert_key(key) }) end |