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.



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

def put_comparison(comparison)
end

#put_entry(entry) ⇒ void

This method returns an undefined value.

Swallow entry output.



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

def put_entry(entry)
end

#put_headervoid

This method returns an undefined value.

Swallow header output.



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

def put_header
end