mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Finish documenting internal stuff. See Changelog for other details
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eee1377a60
commit
88c127c19b
20 changed files with 1453 additions and 266 deletions
|
@ -32,8 +32,9 @@ module RDoc
|
|||
parse_files_matching(/\.(f9(0|5)|F)$/)
|
||||
|
||||
# prepare to parse a Fortran 95 file
|
||||
def initialize(top_level, file_name, body, options)
|
||||
def initialize(top_level, file_name, body, options, stats)
|
||||
@body = body
|
||||
@stats = stats
|
||||
@options = options
|
||||
@top_level = top_level
|
||||
@progress = $stderr unless options.quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue