# File lib/turn/reporters/outline_reporter.rb, line 105 def skip(exception) io.puts " %s %s" % [ticktock, SKIP] message = exception.message io.puts(message.tabto(8)) show_captured_output end