Class: Cheetah::NullRecorder

Inherits:
Recorder show all
Defined in:
lib/cheetah.rb

Overview

A recorder that does not record anyting. Used by run when no logger is passed.

Instance Method Summary collapse

Instance Method Details

#record_commands(_commands) ⇒ Object



131
# File 'lib/cheetah.rb', line 131

def record_commands(_commands); end

#record_status(_status, _allowed_status) ⇒ Object



139
# File 'lib/cheetah.rb', line 139

def record_status(_status, _allowed_status); end

#record_stderr(_stderr) ⇒ Object



137
# File 'lib/cheetah.rb', line 137

def record_stderr(_stderr);     end

#record_stdin(_stdin) ⇒ Object



133
# File 'lib/cheetah.rb', line 133

def record_stdin(_stdin);       end

#record_stdout(_stdout) ⇒ Object



135
# File 'lib/cheetah.rb', line 135

def record_stdout(_stdout);     end