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

def watch(expr, &block)

def watch(expr, &block)
  @watches[@current] << [expr, block]
end