Support for the Ruby 2.4 series has ended. See here for reference.
![show/hide quicksearch [+]](../../../images/find.png)
Mail Exchanger resource.
Creates a new MX record with preference, accepting mail at exchange.
 
               # File resolv.rb, line 1988
def initialize(preference, exchange)
  @preference = preference
  @exchange = exchange
end