Automatically Printing Rake (or other Ruby) Variables
The FakeItEasy rakefile contains a vars
target
(brainchild of Adam Ralph) that can be used to print out
the local variables defined in the script. Mostly these are static
variables, such as the path to the NUnit command, but some,
such as the upcoming FakeItEasy version, are computed. Logging these …