5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
module Benchmark
|
|
VERSION = "0.2.1"
|
|
end
|