defs.define_constant('Mongoid::Persistable::Pullable') do |klass|
    klass.inherits(defs.constant_proxy('Object', RubyLint.registry))

    klass.define_instance_method('pull') do |method|
      method.define_argument('pulls')