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