We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efd492 commit 7280284Copy full SHA for 7280284
lib/spring/watcher.rb
@@ -25,6 +25,6 @@ def self.watcher
25
end
26
27
def self.watch(*items)
28
- watcher.add *items
+ watcher.add(*items)
29
30
0 commit comments