# File lib/ramaze/contrib/app_graph.rb, line 39
  def connect(hash)
    hash.each do |from, to|
      @out << ("  %p -> %p;" % [from.to_s, to.to_s])
    end
  end