class String
Public Instance Methods
to_blob()
click to toggle source
# File lib/sqlite3/constants.rb, line 137 def to_blob SQLite3::Blob.new( self ) end
# File lib/sqlite3/constants.rb, line 137 def to_blob SQLite3::Blob.new( self ) end