# File lib/ole/storage/base.rb, line 806
      def read limit=nil
        open { |io| io.read limit }
      end