new(options)
Initialize a few instance variables before we start
# File lib/rdoc/generator/darkfish.rb, line 74 def initialize options @options = options @template_dir = Pathname.new options.template_dir @template_cache = {} @files = nil @classes = nil @basedir = Pathname.pwd.expand_path end