I am making a gem, but how to test(not unit test, just make sure the program is right) it ?
Need I pack it and run every time when I modify it?
I am making a gem, but how to test(not unit test, just make sure the program is right) it ?
Need I pack it and run every time when I modify it?
You can create a rake task to open a new IRB instance and play with your library. Here's the code.