# File lib/ruby_parser_extras.rb, line 1202
    def unextend
      @dyn.shift
      @env.shift
      @use.shift
      raise "You went too far unextending env" if @env.empty?
    end