Flowdock
method

filter!

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BundlerVersionFinder
filter!(specs) public

No documentation

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

Hide source
# File lib/rubygems/bundler_version_finder.rb, line 41
  def self.filter!(specs)
    return unless bundler_version = self.bundler_version

    specs.reject! { |spec| spec.version.segments.first != bundler_version.segments.first }
  end
Register or log in to add new notes.