new(name, version) Class Public methods
to_s() Instance Public methods
to_a() Instance Public methods
inspect() Instance Public methods
eql?(other) Instance Public methods Alias for: ==
=~(other) Instance Public methods Does other match this platform? If other is a String it will be converted to a Gem::Platform first. See === for matching rules.
===(other) Instance Public methods Does other match this platform? Two platforms match if they have the same CPU, or either has a CPU of 'universal', they have the same OS, and they have the same version, or either has no version.
==(other) Instance Public methods Is other equal to this platform? Two platforms are equal if they have the same CPU, OS and version. eql?
new(arch) Class Public methods
match(platform) Class Public methods
Page 2007 of 2275