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