Libraries
»
rupture
(0.3.0)
»
Index
»
Rupture
»
Sequence
»
#concat
Method: Rupture::Sequence#concat
Defined in:
lib/rupture/sequence.rb
#
concat
(*colls) ⇒
Object
171 172 173
# File 'lib/rupture/sequence.rb', line 171
def
concat
(
*
colls
)
F
.
concat
(
self
,
*
colls
)
end