lib/make_watchable/watcher.rb in make_watchable-0.0.2 vs lib/make_watchable/watcher.rb in make_watchable-0.0.3

- old
+ new

@@ -68,9 +68,11 @@ success end # Check if the watcher watches a watchable. def watches?(watchable) + check_watchable(watchable) + fetch_watching(watchable) ? true : false end private