L
Laup-Dawg
Hi Folks - I am running some ruby tests and would like to print out
the actual test to the console or store it to a file. The tests are
written as classes with a setup, run, and teardown method.
So here's my question: is there a way to get the class definition or
method definitions as a "string", so that I can print it out (to a
file or console)?
I know ruby supports a lot of reflection (like .methods
or .constants), but I'm not seeing how to do this.
Thanks!
the actual test to the console or store it to a file. The tests are
written as classes with a setup, run, and teardown method.
So here's my question: is there a way to get the class definition or
method definitions as a "string", so that I can print it out (to a
file or console)?
I know ruby supports a lot of reflection (like .methods
or .constants), but I'm not seeing how to do this.
Thanks!