# File lib/gherkin/parser/parser.rb, line 65
      def push_machine(name)
        @machines.push(Machine.new(self, name))
      end