Method: CLI::UI.fmt
- Defined in:
- lib/cli/ui.rb
.fmt(input, enable_color: enable_color?) ) ⇒ Object
175 176 177 |
# File 'lib/cli/ui.rb', line 175 def fmt(input, enable_color: enable_color?) CLI::UI::Formatter.new(input).format(enable_color: enable_color) end |