# File lib/sqlite/database.rb, line 81
def
self
.
quote
(
string
)
string
.
gsub
(
/'/
,
"''"
)
end