method
slice
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::HashWithIndifferentAccess
slice(*keys)public
No documentation available.
# File activesupport/lib/active_support/hash_with_indifferent_access.rb, line 365
def slice(*keys)
keys.map! { |key| convert_key(key) }
self.class.new(super)
end