Class: Delegate

Inherits:
Object
  • Object
show all
Defined in:
lib/ngi/delegate.rb

Overview

Generator and Configure are “wrapped” in this class that “delegates” (hence the name “Delegate”) the flow of control to either the Generator class or the Configure class, based on the argument passed in (which is handled by bin/ngi)

Constant Summary collapse

Generator =
::Generator
Configure =
::Configure