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