# File lib/rhc/rest/key.rb, line 8 def update(type, content) debug "Updating key #{self.name}" rest_method "UPDATE", :type => type, :content => content end