diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-01-23 21:18:14 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-01-23 21:19:39 +0900 |
| commit | f54262776ec012ae5001b5d43899cbdca02fc936 (patch) | |
| tree | 423a8f67101f2f467c4dfbc481737c2de1e67ec9 | |
| parent | b83e4df43dea43e5ded33a6efa3e3f679d444d8c (diff) | |
| download | mruby-f54262776ec012ae5001b5d43899cbdca02fc936.tar.gz mruby-f54262776ec012ae5001b5d43899cbdca02fc936.zip | |
[ci skip] Remove no meaning statement in `bm_app_lc_fizzbuzz.rb`
| -rw-r--r-- | benchmark/bm_app_lc_fizzbuzz.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/bm_app_lc_fizzbuzz.rb b/benchmark/bm_app_lc_fizzbuzz.rb index 26283cc3f..de8268577 100644 --- a/benchmark/bm_app_lc_fizzbuzz.rb +++ b/benchmark/bm_app_lc_fizzbuzz.rb @@ -48,5 +48,4 @@ answer = to_array(solution).map do |p| to_string(p) end -answer_str = answer.to_a -# puts answer_str +# puts answer |
