new(env=ENV) Class Public methods Constructor. Takes a single argument which is to be treated like a hashtable, or defaults to ENV, the system environment.
local() Class Public methods
match(platform) Class Public methods
new(arch) Class Public methods
==(other) Instance Public methods Is other equal to this platform? Two platforms are equal if they have the same CPU, OS and version. eql?
===(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 Does other match this platform? If other is a String it will be converted to a Gem::Platform first. See === for matching rules.
eql?(other) Instance Public methods Alias for: ==
inspect() Instance Public methods
to_a() Instance Public methods
Page 325 of 11844