Module: Guard::Git::DslExtensions

Defined in:
lib/guard/git/dsl_extensions.rb

Instance Method Summary collapse

Instance Method Details

#watch(pattern, &action) ⇒ Object



8
9
10
# File 'lib/guard/git/dsl_extensions.rb', line 8

def watch(pattern, &action)
  super(ChangedFilesMatcher.new(pattern), &action)
end