Updated Upgrading to Guard 2.0 (markdown)

Rémy Coutable 2013-09-05 13:54:20 -07:00
Родитель 3d99e39689
Коммит e9397bfaf2
1 изменённых файлов: 1 добавлений и 0 удалений

@ -27,6 +27,7 @@ module Guard
class Bundler < Plugin
def initialize(options = {})
super
# you can still access the watchers with options[:watchers]
# rest of the implementation...
end
end