#!/usr/bin/env ruby $LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) require 'parser/runner/ruby_parse' Parser::Runner::RubyParse.go(ARGV)