Module: HashOut
- Defined in:
- lib/hash_out.rb,
lib/hash_out/version.rb
Constant Summary collapse
- VERSION =
'0.1.2'
Instance Method Summary collapse
Instance Method Details
#hash_out ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/hash_out.rb', line 4 def hash_out caller_method = caller_method_sym caller.first handle_recursion(caller_method) do if @called == 1 set_hash_out delete_exclusions end end @hash_out end |