Module: HashOut
- Defined in:
- lib/hash_out.rb,
lib/hash_out/hasher.rb,
lib/hash_out/version.rb,
lib/hash_out/call_registry.rb
Defined Under Namespace
Classes: CallRegistry, Hasher
Constant Summary collapse
- VERSION =
'0.1.3'
Instance Method Summary collapse
Instance Method Details
#hash_out ⇒ Object
6 7 8 9 |
# File 'lib/hash_out.rb', line 6 def hash_out _register_call last_call _hasher.object_to_hash end |