Class: Magellan::Cli::Http::ColorDebugDev
- Inherits:
-
Object
- Object
- Magellan::Cli::Http::ColorDebugDev
- Defined in:
- lib/magellan/cli/http.rb
Instance Method Summary collapse
- #<<(msg) ⇒ Object
-
#initialize(dev) ⇒ ColorDebugDev
constructor
A new instance of ColorDebugDev.
Constructor Details
#initialize(dev) ⇒ ColorDebugDev
60 61 62 |
# File 'lib/magellan/cli/http.rb', line 60 def initialize(dev) @dev = dev end |
Instance Method Details
#<<(msg) ⇒ Object
63 64 65 |
# File 'lib/magellan/cli/http.rb', line 63 def <<(msg) @dev << "\e[34m#{msg}\e[0m" end |