summaryrefslogtreecommitdiff
path: root/benchmark/bm_app_lc_fizzbuzz.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-08 07:08:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-08 07:08:56 +0000
commit2a0cca3c89f55912e7baea5137f550617e505c68 (patch)
treeada0e55b5dcf867f7078419b89624a9cae713c00 /benchmark/bm_app_lc_fizzbuzz.rb
parentf5ac3ea6e7c75d744fcb8222675ff76f960a423a (diff)
* 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
Diffstat (limited to 'benchmark/bm_app_lc_fizzbuzz.rb')
-rw-r--r--benchmark/bm_app_lc_fizzbuzz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_app_lc_fizzbuzz.rb b/benchmark/bm_app_lc_fizzbuzz.rb
index 2c9a04987e..f09574bbeb 100644
--- a/benchmark/bm_app_lc_fizzbuzz.rb
+++ b/benchmark/bm_app_lc_fizzbuzz.rb
@@ -49,4 +49,4 @@ answer = to_array(solution).map do |p|
end
answer_ary = answer.to_a
-puts answer_ary
+# puts answer_ary