Method: Platform.supported

Defined in:
lib/standard/facets/platform.rb

.supportedObject

Array of supported platforms (ie. pure-Ruby and local platform).



45
46
47
# File 'lib/standard/facets/platform.rb', line 45

def self.supported
  @suported ||= [Platform::RUBY, Platform.local]
end