Sha256: 6190343e1136255bbf13e5e8899c2d9b69201aa3020ac4979186fcf7ba0571a0

Contents?: true

Size: 129 Bytes

Versions: 73

Compression:

Stored size: 129 Bytes

Contents

unless Hash.method_defined? :to_h
  class Hash
    def to_h
      self.class == Hash ? self : {}.replace(self)
    end
  end
end

Version data entries

73 entries across 73 versions & 5 rubygems

Version Path
scout_realtime-0.5.3 lib/vendor/backports-3.3.5/lib/backports/2.0.0/hash/to_h.rb
scout_realtime-0.5.2 lib/vendor/backports-3.3.5/lib/backports/2.0.0/hash/to_h.rb
scout_realtime-0.5.1 lib/vendor/backports-3.3.5/lib/backports/2.0.0/hash/to_h.rb
backports-3.4.0 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.5 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.4 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.3 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.2 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.1 lib/backports/2.0.0/hash/to_h.rb
backports-3.3.0 lib/backports/2.0.0/hash/to_h.rb
backports-3.2.0 lib/backports/2.0.0/hash/to_h.rb
backports-3.1.1 lib/backports/2.0.0/hash/to_h.rb
backports-3.1.0 lib/backports/2.0.0/hash/to_h.rb