# File lib/rr/deprecations.rb, line 90
    def self.show_warning_for_deprecated_adapter
      RR::Deprecations.show_warning("RR now has an autohook system. You don't need to `include RR::Adapters::*` in\nyour test framework's base class anymore.\n".strip)
    end