class String
def blob?
-
(true, false)
- If true, this string contains binary data. If false, its a regular string
def blob? blob end
(true, false)
- If true, this string contains binary data. If false, its a regular string
def blob? blob end