Method: Gem::BasicSpecification#platform
- Defined in:
- lib/rubygems/basic_specification.rb
#platform ⇒ Object
Platform of the gem
249 250 251 |
# File 'lib/rubygems/basic_specification.rb', line 249 def platform raise NotImplementedError end |