class Hash

Public Instance Methods

+@() click to toggle source
# File lib/config-hash.rb, line 3
def +@; ConfigHash[self]; end
-@() click to toggle source
# File lib/config-hash.rb, line 2
def -@; NormalHash[self]; end