# File lib/sexp.rb, line 188
  def shift
    raise "I'm empty" if self.empty?
    super
  end