Beans_Lessc::lib_isnumber PHP Method

lib_isnumber() protected method

protected lib_isnumber ( $value )
    protected function lib_isnumber($value)
    {
        return $this->toBool($value[0] == "number");
    }