Class Index [+]

Quicksearch

ActiveLdap::Schema::Syntaxes::DirectoryString

Private Instance Methods

validate_normalized_value(value, original_value) click to toggle source
     # File lib/active_ldap/schema/syntaxes.rb, line 158
158:         def validate_normalized_value(value, original_value)
159:           value.unpack("U*")
160:           nil
161:         rescue ArgumentError
162:           _("%s has invalid UTF-8 character") % original_value.inspect
163:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.