# File lib/jdbc_adapter/jdbc_firebird.rb, line 3
    def self.adapter_matcher(name, *)
      name =~ /firebird/i ? self : false
    end