Sha256: 2fe06c4cef7bb3f23f746c01847af9af037140cdfe8b56050a6fb60ffee64c0f
Contents?: true
Size: 91 Bytes
Versions: 2
Compression:
Stored size: 91 Bytes
Contents
class Hash def fetch_or_store(key, val) fetch(key, nil) || store(key, val) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-2.0.0.pre.beta4 | lib/jekyll/assets/patches/hash.rb |
jekyll-assets-2.0.0.pre.beta3 | lib/jekyll/assets/patches/hash.rb |