Beans_Lessc::lib_unquote PHP Method

lib_unquote() protected method

use func_get_arg to prevent Theme Checker triggering unrelated translation warning.
protected lib_unquote ( $arg )
    protected function lib_unquote($arg)
    {
        return $this->lib_e(func_get_arg(0));
    }