# File lib/core/facets/stackable.rb, line 46
  def push(x)
    insert(-1,x)
  end