Class: Benchmark::Memory::Job::NullOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/benchmark/memory/job/null_output.rb

Overview

Swallow all output from a job.

Instance Method Summary collapse

Instance Method Details

#put_comparison(comparison) ⇒ void

This method returns an undefined value.

Swallow comparison output.



16
# File 'lib/benchmark/memory/job/null_output.rb', line 16

def put_comparison(comparison); end

#put_entry(entry) ⇒ void

This method returns an undefined value.

Swallow entry output.



11
# File 'lib/benchmark/memory/job/null_output.rb', line 11

def put_entry(entry); end

#put_headervoid

This method returns an undefined value.

Swallow header output.



21
# File 'lib/benchmark/memory/job/null_output.rb', line 21

def put_header; end