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 abe51a1 commit 07bdc8dCopy full SHA for 07bdc8d
core/proc/parameters_spec.rb
@@ -31,7 +31,7 @@
31
end
32
33
it "regards named parameters in lambda as optional if lambda: false keyword used" do
34
- lambda {|x| }.parameters(lambda: false).first.first.should == :opt
+ -> x { }.parameters(lambda: false).first.first.should == :opt
35
36
37
0 commit comments