# File lib/jdbc_adapter/jdbc_postgre.rb, line 18 def self.adapter_matcher(name, *) name =~ /postgre/i ? self : false end