Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/config-hash.rb

Direct Known Subclasses

ConfigHash, NormalHash

Instance Method Summary collapse

Instance Method Details

#+@Object



3
# File 'lib/config-hash.rb', line 3

def +@; ConfigHash[self]; end

#-@Object



2
# File 'lib/config-hash.rb', line 2

def -@; NormalHash[self]; end