DEV: lint against Layout/EmptyLineBetweenDefs (#24914)

This commit is contained in:
Kelv
2023-12-15 23:46:04 +08:00
committed by GitHub
parent 15fc2a289a
commit 2477bcc32e
49 changed files with 124 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module Autospec
def self.watch(pattern, &blk)
WATCHERS[pattern] = blk
end
def watchers
WATCHERS
end
@ -41,6 +42,7 @@ module Autospec
def self.reload(pattern)
RELOADERS << pattern
end
def reloaders
RELOADERS
end