Method: YARD::Templates::Helpers::BaseHelper#globals
- Defined in:
- lib/yard/templates/helpers/base_helper.rb
#globals ⇒ OpenStruct
An object that keeps track of global state throughout the entire template rendering process (including any sub-templates).
20 |
# File 'lib/yard/templates/helpers/base_helper.rb', line 20 def globals; .globals end |