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



230
231
232
# File 'lib/i18n/tasks/reports/terminal.rb', line 230

def highlight_string(s)
  Rainbow(s).yellow
end