Class | Limelight::CastingDirector |
In: |
lib/limelight/casting_director.rb
|
Parent: | Object |
The CastingDirector is responsible for finding Players for Props within a Production. Each Producer has an instance of a CastingDirector
Users of Limelight need not be concerned with this class.
# File lib/limelight/casting_director.rb, line 15 15: def initialize(loader) 16: @loader = loader 17: @known_players = {} 18: end