# File lib/mpdserver.rb, line 1128
        def is_int( val )
        val =~ /^[-+]?[0-9]*$/
        end