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