Just published: new SpintaxParser Ruby gem!

flintinatux

Newbie
Joined
Aug 25, 2012
Messages
9
Reaction score
1
I've learned a lot on BHW, and rather than just be a lurker, I've decided to give back! I've recently learned Ruby, and am currently writing a new SEO Web application. As my way of giving back, I've decided to open source little pieces of it so that you guys and gals can use them in your own software and tools.

My first Ruby gem provides a mixin that allows you to turn any Ruby class into a SpintaxParser. I use it in my software to grant the built-in String class a new "unspin" method.

Unfortunately, I'm too new of a member to post a link to it. However, if you search Google for "flintinatux SpintaxParser" then you will find it right away. I hope this helps and inspires you in your own development efforts!
 
I've got to take a look at your gem! Thanks.
 
It should be pretty easy to use once you bundle it in, but let me know if you have any trouble. I'm happy to help!
 
Back
Top