Module: FilePath::MetadataTests
- Extended by:
- MethodDelegation
- Included in:
- FilePath
- Defined in:
- lib/filepath/filepath.rb
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) hidden?
822 823 824 |
# File 'lib/filepath/filepath.rb', line 822 def hidden? @segments.last.start_with?('.') # FIXME: windows, mac end |