This is a gem for adding more functionality for Ruby String class
Add this line to your application's Gemfile:
gem 'better_strings'
And then execute:
$ bundle
Or install it yourself as:
$ gem install better_strings
- Fork it ( http://github.com//better_strings/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- You must test your changes.