module Filepath::MetadataTests

Public Instance Methods

hidden?() click to toggle source
# File lib/filepath/filepath.rb, line 821
def hidden?
        @segments.last.start_with?('.') # FIXME: windows, mac
end