Path: | lib/eymiha/util/forward_referencing.rb |
Last Update: | Wed May 07 15:13:44 -0400 2008 |
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.