summaryrefslogtreecommitdiff
path: root/sample/tt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/tt.rb')
-rw-r--r--sample/tt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/tt.rb b/sample/tt.rb
index 4afa2022e6..f4960feaea 100644
--- a/sample/tt.rb
+++ b/sample/tt.rb
@@ -96,5 +96,5 @@ def tt
end
end
-test = tt() {i|break if i == 2}
+test = tt() {|i|break if i == 2}
println([1,2,3,4].join(":"))