Method: CC::Analyzer::Filesystem#write_path
- Defined in:
- lib/cc/analyzer/filesystem.rb
#write_path(path, content) ⇒ Object
22 23 24 25 |
# File 'lib/cc/analyzer/filesystem.rb', line 22 def write_path(path, content) File.write(path_for(path), content) File.chown(root_uid, root_gid, path_for(path)) end |