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 bf7d662 commit 9c18238Copy full SHA for 9c18238
core/proc/element_reference_spec.rb
@@ -17,7 +17,7 @@
17
it_behaves_like :proc_call_on_proc_or_lambda, :call
18
end
19
20
-describe "Proc#[] with frozen_string_literals" do
+describe "Proc#[] with frozen_string_literal: true/false" do
21
it "doesn't duplicate frozen strings" do
22
ProcArefSpecs.aref.frozen?.should be_false
23
ProcArefSpecs.aref_freeze.frozen?.should be_true
0 commit comments