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

    klass.define_instance_method('decode') do |method|
      method.define_rest_argument('arg')