# File lib/dbi.rb, line 67
    def inherits_from?(klass)
        self.ancestors.include?(klass)
    end