# File lib/gherkin/formatter/json_formatter.rb, line 44
      def step(step)
        steps << step.to_hash
      end