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
47 48 49 |
# File 'lib/pdf/reader/reference.rb', line 47 def to_i self.id end |