Method: PDF::Core::OutlineRoot#last
- Defined in:
- lib/pdf/core/outline_root.rb
#last ⇒ Reference
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The last top-level item in the outline.
20 21 22 |
# File 'lib/pdf/core/outline_root.rb', line 20 def last @last end |