Parent

Methods

Class/Module Index [+]

Quicksearch

YARD::Parser::LoadOrderError

A LoadOrderError occurs when a handler needs to modify a {CodeObjects::NamespaceObject} (usually by adding a child to it) that has not yet been resolved.

@see Handers::Base#ensure_loaded!

Attributes

context[RW]

@return [Continuation] the context representing the

point at which the load order error occurred.

Public Class Methods

new(context) click to toggle source

@param [Continuation] context see {context}

# File lib/yard/parser/source_parser.rb, line 27
def initialize(context)
  @context = context
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.