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