Method: BenchmarkSpec::OutputFormatter.new_line

Defined in:
lib/benchmark_spec/output_formatter.rb

.new_lineObject



30
31
32
# File 'lib/benchmark_spec/output_formatter.rb', line 30

def new_line
  puts "\n"
end