开发者

How to test when creating Ruby gem?

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 开发者_Go百科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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜