Method: Gem::BasicSpecification#platform

Defined in:
lib/rubygems/basic_specification.rb

#platformObject

Platform of the gem

Raises:

  • (NotImplementedError)


249
250
251
# File 'lib/rubygems/basic_specification.rb', line 249

def platform
  raise NotImplementedError
end