class Cheetah::NullRecorder

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

Public Instance Methods

record_commands(_commands) click to toggle source
# File lib/cheetah.rb, line 130
def record_commands(_commands); end
record_status(_status) click to toggle source
# File lib/cheetah.rb, line 138
def record_status(_status);     end
record_stderr(_stderr) click to toggle source
# File lib/cheetah.rb, line 136
def record_stderr(_stderr);     end
record_stdin(_stdin) click to toggle source
# File lib/cheetah.rb, line 132
def record_stdin(_stdin);       end
record_stdout(_stdout) click to toggle source
# File lib/cheetah.rb, line 134
def record_stdout(_stdout);     end