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