to_a()
Convert back to the [name, version, platform] tuple
# File lib/rubygems/name_tuple.rb, line 82 def to_a [@name, @version, @platform] end