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