# File lib/gherkin/formatter/pretty_formatter.rb, line 79 def result(result) @io.write(up(1)) print_step(result.status, @match.arguments, @match.location) end