forward_referencing.rb

Path: lib/forward_referencing.rb
Last Update: Mon Feb 04 14:55:14 -0500 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.

Required files

eymiha  

[Validate]