This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
new(top_level, file_name, body, options, stats)
prepare to parse a Fortran 95 file
# File lib/rdoc/parsers/parse_f95.rb, line 195 def initialize(top_level, file_name, body, options, stats) @body = body @stats = stats @file_name = file_name @options = options @top_level = top_level @progress = $stderr unless options.quiet end