1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-01 20:34:39 +02:00
dyndnsd/spec/support/dummy_updater.rb
2013-04-27 14:07:14 +02:00

11 lines
118 B
Ruby

module Dyndnsd
module Updater
class Dummy
def update(zone)
# nothing
end
end
end
end