Class: Kubetailrb::Formatter::NoOpFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/kubetailrb/formatter/no_op_formatter.rb

Overview

Formatter that does nothing except return what’s given to it.

Instance Method Summary collapse

Instance Method Details

#format(log) ⇒ Object



7
8
9
# File 'lib/kubetailrb/formatter/no_op_formatter.rb', line 7

def format(log)
  log
end