# File lib/fusefs/pathmapper.rb, line 234 def map_file(real_path,new_path,options = {}) make_node(new_path).init_file(real_path,options) end