# File lib/gherkin/formatter/pretty_formatter.rb, line 34 def background(statement) @io.puts print_comments(statement.comments, ' ') @io.puts " #{statement.keyword}: #{statement.name}#{indented_element_uri!(statement.keyword, statement.name, statement.line)}" print_description(statement.description, ' ') end