from_list(list) Class Public methods Turn an array of [name, version, platform] into an array of NameTuple objects.
new(name, version, platform="ruby") Class Public methods
null() Class Public methods A null NameTuple, ie name=nil, version=0
to_basic(list) Class Public methods Turn an array of NameTuple objects back into an array of name, version, platform tuples.
<=>(other) Instance Public methods
==(other) Instance Public methods Compare with other. Supports another NameTuple or an Array in the [name, version, platform] format. eql?
eql?(other) Instance Public methods Alias for: ==
hash() Instance Public methods
match_platform?() Instance Public methods Indicate if this NameTuple matches the current platform.
prerelease?() Instance Public methods Indicate if this NameTuple is for a prerelease version.
Page 317 of 11844