Method: LibGems::Specification#platform
- Defined in:
- lib/libgems/specification.rb
#platform ⇒ Object
:attr_accessor: platform
The platform this gem runs on. See LibGems::Platform for details.
Setting this to any value other than LibGems::Platform::RUBY or LibGems::Platform::CURRENT is probably wrong.
1223 |
# File 'lib/libgems/specification.rb', line 1223 attribute :platform, LibGems::Platform::RUBY |