Racc::Parser
# File lib/ruby_parser.rb, line 15 def self.inherited x RubyParser::VERSIONS << x end
# File lib/ruby_parser.rb, line 19 def self.version Parser > self and self.name[/V(\d+)$/, 1].to_i end