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