It's always good to know something is working. To know the produced Ruby interpreter is working, run the Ruby tests. Ruby comes with a huge test suite which can be run in its entirety by running the test make target.
$ make test
By Michael Morin, About.com Guide
It's always good to know something is working. To know the produced Ruby interpreter is working, run the Ruby tests. Ruby comes with a huge test suite which can be run in its entirety by running the test make target.
$ make test