File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/tins-1.25.0/lib/tins/xt/

Viewing File: subhash.rb

require 'tins/subhash'

module Tins
  class ::Hash
    include Tins::Subhash

    def subhash!(*patterns)
      replace subhash(*patterns)
    end
  end
end