# File lib/gherkin/listener/formatter_listener.rb, line 50
      def step(keyword, name, line)
        replay_step_or_examples
        @step_statement = Formatter::Model::Step.new(grab_comments!, keyword, name, line)
      end