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