# File lib/ole/storage/file_system.rb, line 183 def size? path dirent_from_path(path).size # any other exceptions i need to rescue? rescue Errno::ENOENT, Errno::EISDIR nil end