Module: Filepath::MetadataTests

Extended by:
MethodDelegation
Included in:
Filepath
Defined in:
lib/filepath/filepath.rb

Instance Method Summary collapse

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


821
822
823
# File 'lib/filepath/filepath.rb', line 821

def hidden?
	@segments.last.start_with?('.') # FIXME: windows, mac
end