class ActionDispatch::Journey::Visitors::Dot

def initialize

:nodoc:
def initialize
  @nodes = []
  @edges = []
end