# File lib/active_ldap/schema/syntaxes.rb, line 104 104: def validate_normalized_value(value, original_value) 105: if %(TRUE FALSE).include?(value) 106: nil 107: else 108: _("%s should be TRUE or FALSE") % original_value.inspect 109: end 110: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.