Top Level Namespace

Defined Under Namespace

Modules: RubyParserStuff Classes: RPStringScanner, Regexp, Ruby20Parser, Ruby21Parser, Ruby22Parser, Ruby23Parser, Ruby24Parser, Ruby25Parser, Ruby26Parser, RubyLexer, RubyParser, Sexp, String

Instance Method Summary collapse

Instance Method Details

#ruby20_parserObject

Unfortunately a problem with racc is that it won’t let me namespace properly, so instead of RubyParser::V25, I still have to generate the old Ruby25Parser and shove it in as V25.



72
# File 'lib/ruby_parser.rb', line 72

require "ruby20_parser"