Module: I18n::Tasks::Reports::Terminal::HighlightOther
- Included in:
- I18n::Tasks::Reports::Terminal
- Defined in:
- lib/i18n/tasks/reports/terminal.rb
Instance Method Summary collapse
Instance Method Details
#highlight_string(s) ⇒ Object
236 237 238 |
# File 'lib/i18n/tasks/reports/terminal.rb', line 236 def highlight_string(s) Rainbow(s).yellow end |