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