Sha256: 257bdb2b1989a71caa542e2d9488aba89ef3df9efea67d44cb29cab688b26d7c

Contents?: true

Size: 674 Bytes

Versions: 5

Compression:

Stored size: 674 Bytes

Contents

# 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!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gstring-4.1.0 README.md
gstring-4.0.0 README.md
gstring-3.0.0 README.md
gstring-2.0.0 README.md
gstring-1.0.0 README.md