# File lib/rdoc/parsers/parserfactory.rb, line 62 def ParserFactory.can_parse(file_name) @@parsers.find {|p| p.regexp.match(file_name) } end