# File lib/attributed_class.rb, line 164definitialize ( anObject, anAttr, val=nil )
ifval.nil?super"Missing the `#{anAttr.name}' attribute for `#{anObject}'"elsesuper"Attribute `#{anAttr.name}' wait for a "+"`#{anAttr.klass.join(' or ')}' not `#{val}' in #{anObject}"endend