Sha256: 23fbdda846da2bb257ca5cbb0f6740db66a52e04784e0f6802f1f038f401398d
Contents?: true
Size: 297 Bytes
Versions: 45
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module DnsMock module Record module Factory Mx = ::Class.new(DnsMock::Record::Factory::Base) do record_type :mx def instance_params [record_data.first, create_dns_name(record_data.last)] end end end end end
Version data entries
45 entries across 45 versions & 1 rubygems