# File lib/railroad/diagram_graph.rb, line 22
  def add_edge(edge)
    @edges << edge
  end