match_platform?()
Indicate if this NameTuple matches the current platform.
# File lib/rubygems/name_tuple.rb, line 63 def match_platform? Gem::Platform.match @platform end