Method: Gem::Platform#to_a

Defined in:
lib/rubygems/platform.rb

#to_aObject



152
153
154
# File 'lib/rubygems/platform.rb', line 152

def to_a
  [@cpu, @os, @version]
end