Sha256: 559f13b1d434495bfe04ef9caa7d3a6529dc6c5c171df2d96dd1f035a8aed615
Contents?: true
Size: 271 Bytes
Versions: 35
Compression:
Stored size: 271 Bytes
Contents
require_relative "simple_path" module Guard class Watcher class Pattern class PathnamePath < SimplePath protected def normalize(string_or_pathname) Pathname.new(string_or_pathname).cleanpath end end end end end
Version data entries
35 entries across 35 versions & 8 rubygems