method
push_inspect_key
v1_9_1_378 -
Show latest stable
- Class:
PP::PPMethods
push_inspect_key(id)public
No documentation available.
# File lib/pp.rb, line 132
def push_inspect_key(id)
Thread.current[:__recursive_key__][:inspect][id] = true
end