-
-
Save enebo/279e90b807b73e8f48096975270a4827 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/ruby/stdlib/monitor.rb b/lib/ruby/stdlib/monitor.rb | |
index 26b976b860a..a6661cbf98f 100644 | |
--- a/lib/ruby/stdlib/monitor.rb | |
+++ b/lib/ruby/stdlib/monitor.rb | |
@@ -226,7 +226,7 @@ module MonitorMixin | |
# of this constructor. Have look at the examples above to understand how to | |
# use this module. | |
def initialize(...) | |
- super | |
+ super(...) | |
mon_initialize | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment