Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/varify/hash.rb
Instance Method Summary collapse
-
#varify(key, options = {}) ⇒ Object
Extends Hash object to add support for Hash.varify to extract the hash.
Instance Method Details
#varify(key, options = {}) ⇒ Object
Extends Hash object to add support for Hash.varify to extract the hash
10 11 12 |
# File 'lib/varify/hash.rb', line 10 def varify(key, = {}) Varify::Base.varify(key, self, ) end |