Libraries
»
rubygems
(3.4.3)
»
Index
»
Gem
»
Platform
»
#to_s
Method: Gem::Platform#to_s
Defined in:
lib/rubygems/platform.rb
#
to_s
⇒
Object
156 157 158
# File 'lib/rubygems/platform.rb', line 156
def
to_s
to_a
.
compact
.
join
"
-
"
end