# File lib/more/facets/tuple.rb, line 130
  def push( obj ) Tuple.instance( to_a.push(obj) ) end