about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/watchable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/watchable.rb b/lib/dtas/watchable.rb
index 7778d0e..cc6c018 100644
--- a/lib/dtas/watchable.rb
+++ b/lib/dtas/watchable.rb
@@ -22,7 +22,7 @@ module DTAS::Watchable
           or_call = true
         end
       end
-      if or_call && @on_readable
+      if or_call
         @on_readable.call
         :delete
       else