Method: PDF::Reader::Reference#to_i

Defined in:
lib/pdf/reader/reference.rb

#to_iObject

returns the ID of this reference. Use with caution, ignores the generation id



45
46
47
# File 'lib/pdf/reader/reference.rb', line 45

def to_i
  self.id
end