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