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