Parent

Methods

Files

Class/Module Index [+]

Quicksearch

AppDiagram

Root class for RailRoad diagrams

Public Class Methods

new(options) click to toggle source
# File lib/railroad/app_diagram.rb, line 12
def initialize(options)
  @options = options
  @graph = DiagramGraph.new
  @graph.show_label = @options.label

  STDERR.print "Loading application environment\n" if @options.verbose
  load_environment

  STDERR.print "Loading application classes\n" if @options.verbose
  load_classes
end

Public Instance Methods

[Validate]

Generated with the Darkfish Rdoc Generator 2.