We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9da5a6 commit 263a622Copy full SHA for 263a622
bench/micro/dispatch/dispatch-mono-splat.rb
@@ -1,5 +1,5 @@
1
class Callee
2
- def call(arg1 = nil, arg2 = nil, arg3 = nil, arg4 = nil)
+ def call(arg1 = nil, arg2 = nil, arg3 = nil)
3
:foo
4
end
5
0 commit comments