# File lib/nanoc/base/directed_graph.rb, line 232
    def remove_edge(from, to)
      delete_edge(from, to)
    end