# File lib/fusefs/pathmapper.rb, line 311 def write_to(path,contents) node = node(path) File.open(node.real_path,"w") { |f| f.print(contents) } node.updated end