Flowdock
method

delete_first

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: AddEdgeNoCircular
delete_first(array, item) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb, line 59
      def delete_first(array, item)
        return unless index = array.index(item)
        array.delete_at(index)
      end
Register or log in to add new notes.