summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
-rw-r--r--lib/pp.rb1
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ class PP < PrettyPrint
def sharing_detection
Ractor.current[:pp_sharing_detection]
end
def sharing_detection=(b)
Ractor.current[:pp_sharing_detection] = b
end