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