Is the value a String?
Returns:
120 121 122
# File 'lib/gloo/core/obj.rb', line 120 def value_string? return self.value.is_a? String end