# File lib/fusefs/pathmapper.rb, line 119 def[](key) case key when :pm_real_path real_path when String files[key] else options[key] end end