Method: Roma::Storage::SQLite3Storage#initialize
- Defined in:
- lib/roma/storage/sqlite3_storage.rb
#initialize ⇒ SQLite3Storage
Returns a new instance of SQLite3Storage.
67 68 69 70 |
# File 'lib/roma/storage/sqlite3_storage.rb', line 67 def initialize super @ext_name = 'sql3' end |