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