method
new
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Parser
new(top_level, file_name, content, options, stats)public
No documentation available.
# File lib/rdoc/parser.rb, line 146
def initialize(top_level, file_name, content, options, stats)
@top_level = top_level
@file_name = file_name
@content = content
@options = options
@stats = stats
end