Class: Dependency::Proxy

Inherits:
Array
  • Object
show all
Defined in:
lib/dependency.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#remove(dependent) ⇒ Object



108
109
110
# File 'lib/dependency.rb', line 108

def remove(dependent)
  delete_if { |d| d === dependent }
end