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



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

def +@; ConfigHash[self]; end

#-@Object



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

def -@; NormalHash[self]; end