Beans_Lessc::lib_unquote PHP 메소드

lib_unquote() 보호된 메소드

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));
    }