# File lib/glue/string.rb, line 79
        def self.valid?(string)
                return (not ((nil == string) or (string.empty?)))
        end