Enter your search terms
GNU-Darwin
Web
Submit search form
def
delete_all( name ) rv = [] each_attribute { |attribute| rv << attribute
if
attribute.expanded_name == name } rv.each{ |attr| attr.remove }
return
rv
end