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

    klass.define_instance_method('handler_for_rescue') do |method|
      method.define_argument('exception')