# File lib/mpdserver.rb, line 1132
        def is_bool( val )
                val == '0' or val == '1'
        end