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