mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-21 04:54:22 +01:00
gem: fix new rubocop warnings
This commit is contained in:
parent
e063b6cb4c
commit
d8f5618006
@ -18,7 +18,7 @@ module Dyndnsd
|
||||
|
||||
@registry = options[:registry] || Metriks::Registry.default
|
||||
@interval = options[:interval] || 60
|
||||
@on_error = options[:on_error] || proc { |ex| }
|
||||
@on_error = options[:on_error] || proc { |ex| } # default: ignore errors
|
||||
end
|
||||
|
||||
# @return [void]
|
||||
|
Loading…
Reference in New Issue
Block a user