# File lib/more/facets/tuple.rb, line 164
  def <<( obj )
    self.class.instance( to_a << obj )
  end