forward_referencing.rb

Path: lib/forward_referencing.rb
Last Update: Fri May 18 10:42:40 -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.

Required files

eymiha  

[Validate]