diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-05-25 15:58:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-05-25 07:08:44 +0000 |
commit | 5bfb317a938e461a9f99fe209765263cfe23b4d5 () | |
tree | 6ae1717b15fde6aa99ac534b10bf4c24a2945f71 /lib/benchmark.rb | |
parent | 8e2fac7b9c9e9f83b6a84133678b5a98e799b84c (diff) |
[ruby/benchmark] Don't use version.rb
https://.com/ruby/benchmark/commit/6d51b10500
-rw-r--r-- | lib/benchmark.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ module Benchmark BENCHMARK_VERSION = "2002-04-25" # :nodoc: # Invokes the block with a Benchmark::Report object, which |