# File lib/facet/tuple.rb, line 40
  def initialize(*args)
    super()
    self.concat args
  end