class String

def to_blob

def to_blob
  SQLite3::Blob.new(self)
end