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



52
53
54
# File 'lib/aptible/cli.rb', line 52

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