class ActiveLdap::Ldif::ModifyRecord::ReplaceOperation

def initialize(attribute, options, attributes)

def initialize(attribute, options, attributes)
  super("replace", attribute, options, attributes)
end