Method: Sequence#<<

Defined in:
lib/sequence.rb

#<<(x) ⇒ Object



639
# File 'lib/sequence.rb', line 639

def <<(x) push x; return self end