Beans_Lessc::popEnv PHP Method

popEnv() protected method

pop something off the stack
protected popEnv ( )
    protected function popEnv()
    {
        $old = $this->env;
        $this->env = $this->env->parent;
        return $old;
    }