# File lib/codec/data.rb, line 222
      def next_object
        self.next or raise TypeError, "not enough data"
        self.object
      end