Module: Console::Output::Text
- Defined in:
- lib/console/output/terminal.rb
Overview
Terminal text output.
Class Method Summary collapse
-
.new(output, **options) ⇒ Object
Create a new terminal output.
Class Method Details
.new(output, **options) ⇒ Object
Create a new terminal output.
291 292 293 |
# File 'lib/console/output/terminal.rb', line 291 def self.new(output, **) Terminal.new(output, format: Console::Terminal::Text, **) end |