Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/varify/hash.rb
Instance Method Summary collapse
Instance Method Details
#varify(key, options = {}) ⇒ Object
4 5 6 |
# File 'lib/varify/hash.rb', line 4 def varify(key, = {}) Varify::Base.varify(key, self, ) end |