Sha256: bf9d3c641730b2ee0b5aa7d8eb53864e83962f2c65514cf9610173affb0da9b8

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

module Polyfill
  module V2_3
    module Hash
      module Instance
        module Dig
          refine ::Hash do
            include Array::Instance::Dig::Method
          end

          def self.included(base)
            base.include Array::Instance::Dig::Method
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polyfill-0.6.0 lib/polyfill/v2_3/hash/instance/dig.rb