Method: PDF::Core::OutlineRoot#initialize
- Defined in:
- lib/pdf/core/outline_root.rb
#initialize ⇒ OutlineRoot
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.
Returns a new instance of OutlineRoot.
22 23 24 |
# File 'lib/pdf/core/outline_root.rb', line 22 def initialize @count = 0 end |