Sha256: 74a8f515b20b19792356ffa2492b65c0e3a95c28c2bd631111fa9bf8aa34865a

Contents?: true

Size: 654 Bytes

Versions: 9

Compression:

Stored size: 654 Bytes

Contents

########    #######    ########    #######    ########    ########
##     / / / /    License    \ \ \ \
##    Copyleft culture, Copyright (C) is prohibited here
##    This work is licensed under a CC BY-SA 4.0
##    Creative Commons Attribution-ShareAlike 4.0 License
##    Refer to the http://creativecommons.org/licenses/by-sa/4.0/
########    #######    ########    #######    ########    ########
##    / / / /    Code Climate    \ \ \ \
##    Language = ruby
##    Indent = space;    2 chars;
########    #######    ########    #######    ########    ########

class Hash
  def self.recursive
    new { |hash, key| hash[key] = recursive }
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
archestry_lookup-0.0.19 lib/tooling/hash.rb
archestry_lookup-0.0.18 lib/tooling/hash.rb
archestry_lookup-0.0.17 lib/tooling/hash.rb
archestry_lookup-0.0.16 lib/tooling/hash.rb
archestry_lookup-0.0.15 lib/tooling/hash.rb
archestry_lookup-0.0.14 lib/tooling/hash.rb
archestry_lookup-0.0.13 lib/tooling/hash.rb
archestry_lookup-0.0.12 lib/tooling/hash.rb
archestry_lookup-0.0.11 lib/tooling/hash.rb