# File lib/rhc/context_helper.rb, line 76
    def find_domain(opts={})
      domain = options.namespace || options.target || namespace_context
      if domain
        rest_client.find_domain(domain)
      else
        raise ArgumentError, "You must specify a domain with -n."
      end
    end