Enter your search terms
GNU-Darwin
Web
Submit search form
def
add_attribute( key, value=
nil
)
if
key.kind_of? Attribute @attributes << key
else
@attributes[key] = value
end
end