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