Path: | lib/forward_referencing.rb |
Last Update: | Wed May 16 16:08:56 -0400 2007 |
Forward referencing is one of those painful problems in programming - if you try to use something before it‘s defined, trouble ensues. Using the ForwardReferencing module and the ForwardReference class can let you gracefully recover from problems caused by forward references in data and processing.