Module: SqlitePath

Defined in:
lib/version.rb,
lib/sqlite_vss.rb

Overview

automatically generated, do not edit by hand.

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.load(db) ⇒ Object



8
9
10
# File 'lib/sqlite_vss.rb', line 8

def self.load(db)
  db.load_extension(self.path_loadable_path)
end

.path_loadable_pathObject



5
6
7
# File 'lib/sqlite_vss.rb', line 5

def self.path_loadable_path
  File.expand_path('../path0', __FILE__)
end