# File lib/fusefs/metadir.rb, line 49 def file?(path) pathmethod(:file?,path) do |filename| @files.has_key?(filename) end end