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