Skip to content

Commit 42249bd

Browse files
committed
A typo that slipped in from rails#54376
1 parent f132ba6 commit 42249bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/testing/parallelization.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(worker_count)
4141
end
4242

4343
def before_fork
44-
Parallelization.before_fork_hooks.each(&:cb)
44+
Parallelization.before_fork_hooks.each(&:call)
4545
end
4646

4747
def start

0 commit comments

Comments
 (0)