Module: FileUtils
- Defined in:
- lib/file_utils_ext.rb
Class Method Summary collapse
Class Method Details
.readable_by_all?(path) ⇒ Boolean
4 5 6 |
# File 'lib/file_utils_ext.rb', line 4 def self.readable_by_all?(path) (File.stat(path).mode & 004) != 0 end |