class Guard::Plugin
def initialize(options = {})
(**options)- 
        any_return(Boolean) -- allow any object to be returned from
- 
        group(Symbol) -- the group this Guard plugin belongs to
- 
        watchers(Array) -- the Guard plugin file
Parameters:
- 
        options(Hash) -- the Guard plugin options
def initialize(options = {}) _set_instance_variables_from_options(options) _register_callbacks end