# File lib/cucumber/formatter/pretty.rb, line 164 def exception(exception, status) return if @hide_this_step print_exception(exception, status, @indent) @io.flush end