method

to_s

v2_2_9 - Show latest stable - Class: Gem::Platform
to_s()
public

No documentation available.

# File lib/rubygems/platform.rb, line 120
  def to_s
    to_a.compact.join '-'
  end