# File lib/jdbc_adapter/jdbc_sqlite3.rb, line 15 def self.adapter_selector [/sqlite/i, lambda {|cfg,adapt| adapt.extend(::JdbcSpec::SQLite3)}] end