platforms -> [Gem::Platform]Ruby 1.9.2 から[permalink][rdoc][edit]platforms=(platforms)() → Array[String | Platform]-
この RubyGems がサポートするプラットフォームの配列を返します。
明示的に設定していない場合は
[Gem::Platform::RUBY, Gem::Platform.local]になります。platforms=は主にテストのために、この配列を明示的に設定するために使います。- [PARAM]
platforms: - 設定する Gem::Platform の配列です。
- [RETURN]
- この RubyGems がサポートするプラットフォームの配列です。
[SEE_ALSO] Gem::Platform.local, Gem::Platform
- [PARAM]