Skip to content

Commit 2a0cca3

Browse files
committed
* benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent f5ac3ea commit 2a0cca3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Mon Sep 8 16:08:22 2014 Koichi Sasada <ko1@atdot.net>
2+
3+
* benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.
4+
15
Mon Sep 8 16:04:02 2014 Koichi Sasada <ko1@atdot.net>
26

37
* benchmark/bm_app_lc_fizzbuzz.rb: `answer.to_a' does not return

benchmark/bm_app_lc_fizzbuzz.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def to_string(s)
4949
end
5050

5151
answer_ary = answer.to_a
52-
puts answer_ary
52+
# puts answer_ary

0 commit comments

Comments
 (0)