class BinData::Array

def concat(array)

def concat(array)
  insert(-1, *array.to_ary)
  self
end