class BinData::Array

def push(*args)

def push(*args)
  insert(-1, *args)
  self
end