platform=(platform)
Instance Public methods
The platform this gem runs on.
This is usually Gem::Platform::RUBY or Gem::Platform::CURRENT.
Most gems contain pure Ruby code; they should simply leave the default
value in place. Some gems contain C (or other)
code to be compiled into a Ruby âextensionâ. The should leave the default
value in place unless their code will only compile on a certain type of
system. Some gems consist of pre-compiled code (âbinary gemsâ). It's
especially