defs.define_constant('Celluloid::Actor::Sleeper') do |klass|
    klass.inherits(defs.constant_proxy('Object', RubyLint.registry))

    klass.define_instance_method('before_suspend') do |method|
      method.define_argument('task')