# File lib/guard/dsl_reader.rb, line 8 def initialize super @plugin_names = [] end
# File lib/guard/dsl_reader.rb, line 30 def callback(*_args, &_block) end
# File lib/guard/dsl_reader.rb, line 48 def clearing(_on) end
# File lib/guard/dsl_reader.rb, line 45 def directories(_directories) end
# File lib/guard/dsl_reader.rb, line 24 def group(*_args) end
# File lib/guard/dsl_reader.rb, line 13 def guard(name, _options = {}) @plugin_names << name.to_s end
# File lib/guard/dsl_reader.rb, line 33 def ignore(*_regexps) end
# File lib/guard/dsl_reader.rb, line 36 def ignore!(*_regexps) end
# File lib/guard/dsl_reader.rb, line 21 def interactor(_options) end
# File lib/guard/dsl_reader.rb, line 39 def logger(_options) end
Stub everything else
# File lib/guard/dsl_reader.rb, line 18 def notification(_notifier, _opts = {}) end
# File lib/guard/dsl_reader.rb, line 42 def scope(_scope = {}) end
# File lib/guard/dsl_reader.rb, line 27 def watch(_pattern, &_action) end