lib/net/dns/rr/srv.rb in net-dns-0.6.1 vs lib/net/dns/rr/srv.rb in net-dns-0.7.0
- old
+ new
@@ -1,6 +1,6 @@
-module Net
+module Net # :nodoc:
module DNS
class RR
#------------------------------------------------------------
# RR type SRV
@@ -41,8 +41,5 @@
end
end
end
end
-
-
-