Method: CouchShell::Shell#warn

Defined in:
lib/couch-shell/shell.rb

#warn(str) ⇒ Object



226
227
228
229
# File 'lib/couch-shell/shell.rb', line 226

def warn(str)
  @stderr.print @highline.color("warning: ", :red)
  @stderr.puts @highline.color(str, :blue)
end