Sha256: 3673dab7c7d0bc63e7141ad0d218cd901b816d0c8d8d72692c84e3ec3ab41617
Contents?: true
Size: 217 Bytes
Versions: 17
Compression:
Stored size: 217 Bytes
Contents
class Dir # Is a path parental to another? # # TODO: Needs improvement. # TODO: Instance version? def self.parent?(parent_path, child_path) %r|^#{Regexp.escape(parent_path)}| =~ child_path end end
Version data entries
17 entries across 17 versions & 2 rubygems