Sha256: 01658617a0a43159d23d2a2e301e7334b5a68f21f027ff92d13970e9baecac06
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
module Depth class ComplexHash include Depth::Actions include Depth::Enumeration::Enumerable attr_reader :base alias_method :to_h, :base def initialize(base = {}) @base = base end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
depth-0.3.0 | lib/depth/complex_hash.rb |
depth-0.1.0 | lib/depth/complex_hash.rb |
depth-0.0.2 | lib/depth/complex_hash.rb |