# File lib/jdbc_adapter/jdbc_mysql.rb, line 26 def self.adapter_selector [/mysql/i, lambda {|cfg,adapt| adapt.extend(::JdbcSpec::MySQL)}] end