Sha256: 9af3a631086f647805ad7fd226b0e7acf4b66ef44f9daef377cfb89eb7a53a26
Contents?: true
Size: 323 Bytes
Versions: 5
Compression:
Stored size: 323 Bytes
Contents
module FasterPath module RefinePathname refine Pathname do def absolute? FasterPath.absolute?(@path) end def chop_basename(pth) FasterPath.chop_basename(pth) end private :chop_basename def relative? FasterPath.relative?(@path) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems