class Racc::ParserFileGenerator

def shebang(path)

def shebang(path)
  line '#!' + (path == 'ruby' ? RUBY_PATH : path)
end