# File lib/rr/adapters.rb, line 10 def const_missing(adapter_const_name) unless DEPRECATED_ADAPTERS.include?(adapter_const_name) super return end show_warning_for(adapter_const_name) RR.autohook Module.new end