Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/sqlite3/constants.rb

Direct Known Subclasses

SQLite3::Blob

Instance Method Summary collapse

Instance Method Details

#to_blobObject



137
138
139
# File 'lib/sqlite3/constants.rb', line 137

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