Libraries
»
rubygems
(3.4.3)
»
Index
»
Gem
»
Platform
»
#to_a
Method: Gem::Platform#to_a
Defined in:
lib/rubygems/platform.rb
#
to_a
⇒
Object
152 153 154
# File 'lib/rubygems/platform.rb', line 152
def
to_a
[
@cpu
,
@os
,
@version
]
end