Beans_Lessc::set PHP Method

set() protected method

set something in the current env
protected set ( $name, $value )
    protected function set($name, $value)
    {
        $this->env->store[$name] = $value;
    }