# File lib/prawn/object_store.rb, line 22
    def ref(data, &block)
      push(size + 1, data, &block)
    end