class Aptible::CLI::PlainLogFormatter

Public Instance Methods

call(_, _, _, msg) click to toggle source
# File lib/aptible/cli.rb, line 38
def call(_, _, _, msg)
  "#{msg}\n"
end