Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
new(store, options)public
Initialize a few instance variables before we start
# File lib/rdoc/generator/darkfish.rb, line 158
def initialize store, options
@store = store
@options = options
@asset_rel_path = ''
@base_dir = Pathname.pwd.expand_path
@dry_run = @options.dry_run
@file_output = true
@template_dir = Pathname.new options.template_dir
@template_cache = {}
@classes = nil
@context = nil
@files = nil
@methods = nil
@modsort = nil
@json_index = RDoc::Generator::JsonIndex.new self, options
end Related methods
- Instance methods
- assemble_template
- class_dir
- copy_static
- debug_msg
- file_dir
- gen_sub_directories
- generate
- generate_class
- generate_class_files
- generate_file_files
- generate_index
- generate_page
- generate_servlet_not_found
- generate_servlet_root
- generate_table_of_contents
- get_sorted_module_list
- get_svninfo
- install_rdoc_static_file
- render
- render_template
- setup
- template_for
- template_result
- time_delta_string
- write_style_sheet
- Class methods
- new