Class: Aptible::CLI::PlainLogFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/aptible/cli.rb

Instance Method Summary collapse

Instance Method Details

#call(_, _, _, msg) ⇒ Object



38
39
40
# File 'lib/aptible/cli.rb', line 38

def call(_, _, _, msg)
  "#{msg}\n"
end