module Guard::Plugin::Base::ClassMethods

def template(plugin_location)

Parameters:
  • plugin_location (String) -- the plugin location
def template(plugin_location)
  File.read("#{ plugin_location }/lib/guard/#{ non_namespaced_name }/templates/Guardfile")
end