# File lib/fusefs/pathmapper.rb, line 292
        def read_file(path)
            IO.read(unmap(path))
        end