# File lib/fog/dnsmadeeasy/requests/dns/create_domain.rb, line 18
        def create_domain(domain)
          request(
            :expects  => 201,
            :method   => 'PUT',
            :path     => "/V1.2/domains/#{domain}"
          )
        end