defs.define_constant('ActiveSupport::Deprecation::MethodWrapper') do |klass|
    klass.inherits(defs.constant_proxy('Object', RubyLint.registry))

    klass.define_instance_method('deprecate_methods') do |method|
      method.define_argument('target_module')