Method: Contextify.waiting
- Defined in:
- lib/contextify/contextify.rb
.waiting ⇒ Array<PendingContext>
The contexts waiting to be fully loaded.
40 41 42 |
# File 'lib/contextify/contextify.rb', line 40 def Contextify.waiting @@contextify_waiting_contexts ||= [] end |