# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 198 def incoming_edges graph.edges.select { |e| e.destination.shallow_eql?(self) } end