class Guard::PluginUtil

def _full_gem_path(name)

def _full_gem_path(name)
  Gem::Specification.find_by_name(name).full_gem_path
end