Module: SqliteHttp
- Defined in:
- lib/version.rb,
lib/sqlite_http.rb
Overview
automatically generated, do not edit by hand.
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.http_loadable_path ⇒ Object
5 6 7 |
# File 'lib/sqlite_http.rb', line 5 def self.http_loadable_path File.('../http0', __FILE__) end |
.load(db) ⇒ Object
8 9 10 |
# File 'lib/sqlite_http.rb', line 8 def self.load(db) db.load_extension(self.http_loadable_path) end |