dyndnsd/spec/support/dummy_updater.rb

11 lines
118 B
Ruby
Raw Normal View History

2013-04-27 14:07:14 +02:00
module Dyndnsd
module Updater
class Dummy
def update(zone)
# nothing
end
end
end
end