Sha256: 495d44e624cc84e1165720622318825dcdc56eaaf03854dce7a68bf500bf772c
Contents?: true
Size: 406 Bytes
Versions: 4
Compression:
Stored size: 406 Bytes
Contents
# Name:: Sysadmin::Util # Author:: 774 <http://id774.net> # Created:: Oct 25, 2012 # Updated:: Jul 25, 2012 # Copyright:: 774 Copyright (c) 2012 # License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0. module Sysadmin class Util class << self def create_multi_dimensional_hash Hash.new{ |h,k| h[k] = Hash.new(&h.default_proc) } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sysadmin-0.2.0 | lib/sysadmin/util.rb |
sysadmin-0.1.5 | lib/sysadmin/util.rb |
sysadmin-0.1.4 | lib/sysadmin/util.rb |
sysadmin-0.1.3 | lib/sysadmin/util.rb |