Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/config-hash.rb
Direct Known Subclasses
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 |