# File lib/ole/storage/file_system.rb, line 197
      def read path
        open path, &:read
      end