# File lib/rr/deprecations.rb, line 58
    def self.const_missing(name)
      if name == :InstanceMethods
        RR.autohook
        RR::Integrations::RSpec2::Mixin
      else
        super
      end
    end