method
new
v1_9_1_378 -
Show latest stable
- Class:
RDoc::Generator::Class
new(context, html_file, prefix, options)public
No documentation available.
# File lib/rdoc/generator.rb, line 487
def initialize(context, html_file, prefix, options)
super context, options
@html_file = html_file
@html_class = self
@is_module = context.module?
@values = {}
context.viewer = self
if options.all_one_file
@path = context.full_name
else
@path = http_url(context.full_name, prefix)
end
collect_methods
AllReferences.add(name, self)
end