Method: YARD::Handlers::Processor#globals
- Defined in:
- lib/yard/handlers/processor.rb
#globals ⇒ OpenStruct
Handlers can share state for the entire post processing stage through this attribute. Note that post processing stage spans multiple files. To share state only within a single file, use #extra_state
79 80 81 |
# File 'lib/yard/handlers/processor.rb', line 79 def globals @globals end |