Sha256: 681586e5b90757efe3450bc0bd5c05263dc8ab58ee1d569eddca289adf10bc6a
Contents?: true
Size: 186 Bytes
Versions: 4
Compression:
Stored size: 186 Bytes
Contents
class BenchmarkCLI module Helpers def header(text) width = text.size + 4 puts '#' * width puts "# #{text} #" puts '#' * width puts end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flows-0.6.0 | bin/benchmark_cli/helpers.rb |
flows-0.5.1 | bin/benchmark_cli/helpers.rb |
flows-0.5.0 | bin/benchmark_cli/helpers.rb |
flows-0.4.0 | bin/benchmark_cli/helpers.rb |