Method: Inspec::Resources::FileResource#writable?
- Defined in:
- lib/resources/file.rb
#writable?(by_usergroup, by_specific_user) ⇒ Boolean
58 59 60 61 62 |
# File 'lib/resources/file.rb', line 58 def writable?(by_usergroup, by_specific_user) return false unless exist? ('w', by_usergroup, by_specific_user) end |