Skip to content

Commit

Permalink
"warning: `*' interpreted as argument prefix"
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jul 19, 2015
1 parent 7efd492 commit 7280284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spring/watcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def self.watcher
end

def self.watch(*items)
watcher.add *items
watcher.add(*items)
end
end

0 comments on commit 7280284

Please sign in to comment.