Module: FilePath::FileInfo
- Included in:
- FilePath
- Defined in:
- lib/filepath/filepath.rb
Instance Method Summary collapse
Instance Method Details
#hidden? ⇒ Boolean
740 741 742 |
# File 'lib/filepath/filepath.rb', line 740 def hidden? @segments.last.start_with?('.') # FIXME: windows, mac end |