File: ruby-rewrite

package info (click to toggle)
ruby-whitequark-parser 3.3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,848 kB
  • sloc: yacc: 40,706; ruby: 20,588; makefile: 12; sh: 8
file content (7 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#! /usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'parser/runner/ruby_rewrite'

Parser::Runner::RubyRewrite.go(ARGV)