class Guard::Watcher::Pattern::SimplePath

def initialize(string_or_pathname)

def initialize(string_or_pathname)
  @path = normalize(string_or_pathname)
end