class Parser::StaticEnvironment

def unextend

def unextend
  @variables = @stack.pop
  self
end