# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 549 def initialize(context, html_file, prefix, options) super(context, options) @@c_seq = @@c_seq.succ @c_seq = @@c_seq @html_file = html_file @is_module = context.is_module? @values = {} context.viewer = self @path = http_url(context.full_name, prefix) collect_methods AllReferences.add(name, self) end