to_basic(list)
Turn an array of NameTuple objects back into an array of
tuples.
# File lib/rubygems/name_tuple.rb, line 35 def self.to_basic list list.map { |t| t.to_a } end