class Gherkin::Formatter::PrettyFormatter

def grab_comments!(indent)

def grab_comments!(indent)
  comments = @comments ? indent + @comments.join("\n#{indent}") + "\n" : ''
  @comments = nil
  comments
end