Method: Platform.supported
- Defined in:
- lib/standard/facets/platform.rb
.supported ⇒ Object
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 |