Method: Gitrob::CLI::ProgressBar#warn

Defined in:
lib/gitrob/cli/progress_bar.rb

#warn(message) ⇒ Object



28
29
30
# File 'lib/gitrob/cli/progress_bar.rb', line 28

def warn(message)
  progress_bar.log("#{'[!]'.light_yellow} #{message}")
end