Method: Inspec::Resources::File#readable?
- Defined in:
- lib/resources/file.rb
#readable?(by_usergroup, by_specific_user) ⇒ Boolean
44 45 46 47 48 |
# File 'lib/resources/file.rb', line 44 def readable?(by_usergroup, by_specific_user) return false unless exist? ('r', by_usergroup, by_specific_user) end |