# File lib/jdbc_adapter/jdbc_oracle.rb, line 34 def self.adapter_matcher(name, *) name =~ /oracle/i ? self : false end