# File lib/rhc/rest/client.rb, line 18 def add_domain(id) debug "Adding domain #{id}" @domains = nil api.rest_method "ADD_DOMAIN", :id => id end