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