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