method
match_platform!
ruby latest stable - Class:
Gem::AvailableSet
match_platform!()public
No documentation available.
# File lib/rubygems/available_set.rb, line 76
def match_platform!
@set.reject! { |t| !Gem::Platform.match(t.spec.platform) }
@sorted = nil
self
end