Class: Dapp::Project::Shellout::Streaming::Proxy::Error

Inherits:
Base
  • Object
show all
Defined in:
lib/dapp/project/shellout/streaming.rb

Overview

Error

Instance Method Summary collapse

Methods inherited from Base

#<<, #initialize

Constructor Details

This class inherits a constructor from Dapp::Project::Shellout::Streaming::Proxy::Base

Instance Method Details

#format_string(str) ⇒ Object



41
42
43
# File 'lib/dapp/project/shellout/streaming.rb', line 41

def format_string(str)
  "#{Project.paint_string(super.strip, :warning)}\n"
end