class Guard::Plugin
Public Class Methods
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