class Guard::Watcher::Pattern::SimplePath

def normalize(string_or_pathname)

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