class Guard::Plugin

def initialize(_options = {})

def initialize(_options = {})
  msg = 'either Guard has not been required or you did not' \
    ' include guard/compat/test/helper'
  fail NotImplementedError, msg
end

def initialize(options = {})

def initialize(options = {})
  @options = options
end