diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-01-23 21:50:09 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-23 21:50:09 +0900 |
| commit | 5956f5b4e8a986a8aedb71a2692be87645abee02 (patch) | |
| tree | 423a8f67101f2f467c4dfbc481737c2de1e67ec9 | |
| parent | b83e4df43dea43e5ded33a6efa3e3f679d444d8c (diff) | |
| parent | f54262776ec012ae5001b5d43899cbdca02fc936 (diff) | |
| download | mruby-5956f5b4e8a986a8aedb71a2692be87645abee02.tar.gz mruby-5956f5b4e8a986a8aedb71a2692be87645abee02.zip | |
Merge pull request #4242 from shuujii/remove-no-meaning-statement
[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 |
