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