Class: Rubuild::Load::NameSpace

Inherits:
Object
  • Object
show all
Defined in:
lib/rubuild/load/namespace.rb

Overview

Rubuild::Load::NameSpace Manage private execution contexts.

Rubuild::Load::NameSpace creates private execution contexts. These contexts are sub-classed from Rubuild::Load::NameSpace::Context, and as such they can access information about how they were loaded through the Rubuild::Load::NameSpace::Context.rubuild_info method by calling Rubuild::Load::NameSpace::Context.rubuild_info.

Defined Under Namespace

Classes: Context, Factory