Class RubyParserStuff::RubyParser
In: lib/ruby_parser_extras.rb
Parent: Object

RubyParser is a compound parser that first attempts to parse using the 1.9 syntax parser and falls back to the 1.8 syntax parser on a parse error.

Methods

new   parse   process   reset  

Classes and Modules

Class RubyParserStuff::RubyParser::SyntaxError

Public Class methods

Public Instance methods

parse(s, f = "(string)")

Alias for process

[Validate]