Module: HashOut

Defined in:
lib/hash_out.rb,
lib/hash_out/hasher.rb,
lib/hash_out/version.rb,
lib/hash_out/excludable.rb,
lib/hash_out/call_registry.rb,
lib/hash_out/object_wrapper.rb

Defined Under Namespace

Modules: Excludable Classes: CallRegistry, Hasher, ObjectWrapper

Constant Summary collapse

VERSION =
'0.1.4'

Instance Method Summary collapse

Instance Method Details

#hash_outObject



7
8
9
10
# File 'lib/hash_out.rb', line 7

def hash_out
  _register_call last_call
  _hasher.object_to_hash
end