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 131 def record_commands(_commands); end
record_status(_status, _allowed_status)
click to toggle source
# File lib/cheetah.rb, line 139 def record_status(_status, _allowed_status); end
record_stderr(_stderr)
click to toggle source
# File lib/cheetah.rb, line 137 def record_stderr(_stderr); end
record_stdin(_stdin)
click to toggle source
# File lib/cheetah.rb, line 133 def record_stdin(_stdin); end
record_stdout(_stdout)
click to toggle source
# File lib/cheetah.rb, line 135 def record_stdout(_stdout); end