Method: SqliteHtml.load

Defined in:
lib/sqlite_html.rb

.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