Method: Puma::Benchmark::PrintResult#write_divider
- Defined in:
- lib/puma/benchmark/print_result.rb
#write_divider ⇒ Object
23 24 25 |
# File 'lib/puma/benchmark/print_result.rb', line 23 def write_divider puts "+-#{ @columns.map { |_,g| "-"*g[:width] }.join("-+-") }-+" end |