Method: PDF::Reader::Reference#to_i
- Defined in:
- lib/pdf/reader/reference.rb
#to_i ⇒ Object
returns the ID of this reference. Use with caution, ignores the generation id
46 47 48 |
# File 'lib/pdf/reader/reference.rb', line 46 def to_i self.id end |