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