# File lib/racc/grammar.rb, line 153 def write_log(path) File.open(path, 'w') {|f| LogFileGenerator.new(states()).output f } end