method

to_s

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

No documentation available.

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