Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
new(info, options)
public
Pass in the set of top level objects. The method also creates the
subdirectory to hold the images
# File lib/rdoc/diagram.rb, line 37
def initialize(info, options)
@info = info
@options = options
@counter = 0
FileUtils.mkdir_p(DOT_PATH)
@diagram_cache = {}
end