Skip to content

Commit 453c1c1

Browse files
Make Loop private - it may change in the future.
1 parent e28394b commit 453c1c1

File tree

1 file changed

+2
-0
lines changed
  • lib/async/container/supervisor

1 file changed

+2
-0
lines changed

lib/async/container/supervisor/loop.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def self.run(interval: 60, &block)
2929
end
3030
end
3131
end
32+
33+
private_constant :Loop
3234
end
3335
end
3436
end

0 commit comments

Comments
 (0)