Flowdock
method

descendant_directory?

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: FileUtils::Entry_
descendant_directory?(descendant, ascendant) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/fileutils.rb, line 1448
    def descendant_directory?(descendant, ascendant)
      /\A(?#{SYSCASE}:#{Regexp.quote(ascendant)})#{DIRECTORY_TERM}/ =~ File.dirname(descendant)
    end
Register or log in to add new notes.