summaryrefslogtreecommitdiff
path: root/sample/t2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/t2.rb')
-rw-r--r--sample/t2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/t2.rb b/sample/t2.rb
index a34c171837..2e3741e8f1 100644
--- a/sample/t2.rb
+++ b/sample/t2.rb
@@ -16,7 +16,7 @@ def tt
end
end
-test = tt{i|
+test = tt{|i|
if i == 3; break end
println("ttt: ", i);
}