Class | Gem::Platform |
In: |
lib/rubygems/platform.rb
|
Parent: | Object |
Available list of platforms for targeting Gem installations.
RUBY | = | 'ruby' | A pure-ruby gem that may use Gem::Specification#extensions to build binary files. | |
CURRENT | = | 'current' | A platform-specific gem that is built for the packaging ruby‘s platform. This will be replaced with Gem::Platform::local. |
cpu | [RW] | |
os | [RW] | |
version | [RW] |
Does other match this platform? If other is a String it will be converted to a Gem::Platform first. See #=== for matching rules.