require srv stuff along with the other rr types

git-svn-id: file:///home/svn/framework3/trunk@7135 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-10-10 16:05:27 +00:00
parent 4ba9438e56
commit b6fa63701b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ require 'net/dns/rr/types'
require 'net/dns/rr/classes'
%w[a ns mx cname txt soa ptr aaaa mr].each do |file|
%w[a ns mx cname txt soa ptr aaaa mr srv].each do |file|
require "net/dns/rr/#{file}"
end
@ -402,4 +402,4 @@ end
class Hash # :nodoc:
include ExtendHash
end
end