# File lib/active_ldap/schema/syntaxes.rb, line 266
266: def validate_normalized_value(value, original_value)
267: Integer(value)
268: nil
269: rescue ArgumentError
270: _("%s is invalid integer format") % original_value.inspect
271: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.