Method: Contextify.waiting

Defined in:
lib/contextify/contextify.rb

.waitingArray<PendingContext>

The contexts waiting to be fully loaded.

Returns:

  • (Array<PendingContext>)

    Contexts which are waiting to be loaded.



40
41
42
# File 'lib/contextify/contextify.rb', line 40

def Contextify.waiting
  @@contextify_waiting_contexts ||= []
end