class Guard::Watcher::Pattern::PathnamePath

def normalize(string_or_pathname)

def normalize(string_or_pathname)
  Pathname.new(string_or_pathname).cleanpath
end