about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev.rb')
-rw-r--r--lib/rainbows/rev.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index 197d138..6650c2b 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -31,6 +31,11 @@ module Rainbows
     # all connected clients
     CONN = {}
 
+    if {}.respond_to?(:compare_by_identity)
+      CONN.compare_by_identity
+      KATO.compare_by_identity
+    end
+
     include Core
   end
 end