class Guard::Watcher::Pattern::Matcher

def normalized(string_or_pathname)

def normalized(string_or_pathname)
  path = Pathname.new(string_or_pathname).cleanpath
  return path.to_s if @matcher.is_a?(Regexp)
  path
end