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



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

def record_commands(_commands); end

#record_status(_status) ⇒ Object



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

def record_status(_status);     end

#record_stderr(_stderr) ⇒ Object



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

def record_stderr(_stderr);     end

#record_stdin(_stdin) ⇒ Object



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

def record_stdin(_stdin);       end

#record_stdout(_stdout) ⇒ Object



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

def record_stdout(_stdout);     end