Module: Filepath::MetadataTests
Instance Method Summary collapse
Instance Method Details
#hidden? ⇒ Boolean
821 822 823 |
# File 'lib/filepath/filepath.rb', line 821 def hidden? @segments.last.start_with?('.') # FIXME: windows, mac end |