class PhantomDocFormatter

def after(state = nil)

def after(state = nil)
  (@exception && state) ? red(state.description) : green(state.description)
  super
end