class Gem::StreamUI

def alert_error(statement, question=nil)

def alert_error(statement, question=nil)
  @errs.puts "ERROR:  #{statement}"
  ask(question) if question
end