Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Mail Exchanger resource.
Creates a new MX record with preference
,
accepting mail at exchange
.
# File resolv.rb, line 1933 def initialize(preference, exchange) @preference = preference @exchange = exchange end