module Guard::Deprecated::Guard::ClassMethods

def locate_guard(name)

def locate_guard(name)
  UI.deprecation(LOCATE_GUARD)
  PluginUtil.new(name).plugin_location
end