to_a() Instance Public methods Convert back to the [name, version, platform] tuple
spec_name() Instance Public methods Return the name that the gemspec file would be
prerelease?() Instance Public methods Indicate if this NameTuple is for a prerelease version.
match_platform?() Instance Public methods Indicate if this NameTuple matches the current platform.
hash() Instance Public methods
eql?(other) Instance Public methods Alias for: ==
==(other) Instance Public methods Compare with other. Supports another NameTuple or an Array in the [name, version, platform] format. eql?
<=>(other) Instance Public methods
to_basic(list) Class Public methods Turn an array of NameTuple objects back into an array of name, version, platform tuples.
null() Class Public methods A null NameTuple, ie name=nil, version=0
Page 2015 of 2275