Class: Dapp::Dapp::Shellout::Streaming::Proxy::Error
- Defined in:
- lib/dapp/dapp/shellout/streaming.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dapp::Dapp::Shellout::Streaming::Proxy::Base
Instance Method Details
#format_string(str) ⇒ Object
36 37 38 |
# File 'lib/dapp/dapp/shellout/streaming.rb', line 36 def format_string(str) "#{Dapp.paint_string(super.chomp, :warning)}\n" end |