# File lib/nyan_cat_formatter/common.rb, line 37 def tick(mark = PASS) @example_results << mark @current = (@current > @example_count) ? @example_count : @current + 1 dump_progress end