Class: Dapp::Helper::Streaming::Proxy::Error

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

Overview

Error

Instance Method Summary collapse

Methods inherited from Base

#<<, #initialize

Methods included from Log

included, #log, #log_format_string, #log_indent, #log_indent_next, #log_indent_prev, #log_info, #log_secondary, #log_step, #log_time, #log_with_indent, #with_log_indent

Constructor Details

This class inherits a constructor from Dapp::Helper::Streaming::Proxy::Base

Instance Method Details

#format_string(str) ⇒ Object



42
43
44
# File 'lib/dapp/helper/streaming.rb', line 42

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