class Guard::Compat::Test::Template::Session

def guard(name, _options = {})

def guard(name, _options = {})
  @current = name
  @watches[@current] = []
  yield
  @current = nil
end