# File lib/rhc/rest/attributes.rb, line 14 def clear_attribute(name) v = instance_variable_set("@#{name}", nil) attributes.delete(name.to_s) or v end