# gstring ##Purpose: The gstring gem adds new functionality to the base `String` class. Some existing methods are extended to utilize Set instances (gem: setfu) Other methods solve some nasty string manipulation problems with ease. Future releases will attempt to add more functionality with the goal of making gstring the standard String extension gem. ##Documentation: See: http://bdlsys.com/gems/gstring.html ## Installation Add these lines to your application's Gemfile: gem 'setfu' gem 'gstring' And then execute: $ bundle Or install it yourself as: $ gem install gstring ## Contributing One day I will put this on github, but for now, enjoy!