117 118 119 120
# File 'lib/bindata/array.rb', line 117 def concat(array) insert(-1, *array.to_ary) self end