class Guard::Plugin

Public Class Methods

new(_options = {}) click to toggle source
# File lib/guard/compat/plugin.rb, line 14
def initialize(_options = {})
  msg = 'either Guard has not been required or you did not' \
    ' include guard/compat/test/helper'
  fail NotImplementedError, msg
end