class Guard::Interactor
def reload(scopes)
-
scopes
(Hash
) -- the reload scopes
def reload(scopes) ::Guard::UI.info 'Reload' ::Guard::Dsl.reevaluate_guardfile if scopes.empty? ::Guard.reload(scopes) end
scopes
(Hash
)
-- the reload scopes
def reload(scopes) ::Guard::UI.info 'Reload' ::Guard::Dsl.reevaluate_guardfile if scopes.empty? ::Guard.reload(scopes) end