lib/rubydns/server.rb in rubydns-0.6.3 vs lib/rubydns/server.rb in rubydns-0.6.4

- old
+ new

@@ -100,10 +100,10 @@ if block_given? instance_eval &block end end - attr :logger, true + attr_accessor :logger # This function connects a pattern with a block. A pattern is either # a String or a Regex instance. Optionally, a second argument can be # provided which is either a String, Symbol or Array of resource record # types which the rule matches against.