Flowdock
method

allow_missing?

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Resolver
allow_missing?(dependency) public

No documentation

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

Hide source
# File lib/rubygems/resolver.rb, line 251
  def allow_missing?(dependency)
    @missing << dependency
    @soft_missing
  end
Register or log in to add new notes.