class Dapp::Dapp::Shellout::Streaming::Proxy::Error

Public Instance Methods

format_string(str) click to toggle source
# File lib/dapp/dapp/shellout/streaming.rb, line 36
def format_string(str)
  "#{Dapp.paint_string(super.chomp, :warning)}\n"
end