Libraries
»
sequence
(0.2.4)
»
Index
»
Sequence
»
#<<
Method: Sequence#<<
Defined in:
lib/sequence.rb
#
<<
(x) ⇒
Object
639
# File 'lib/sequence.rb', line 639
def
<<
(
x
)
push
x
;
return
self
end