public
Description: A little collection of things I like to do with Ruby Strings in my applications, horribly in need of tests and a manicure ;)
Homepage:
Clone URL: git://github.com/justinfrench/string_extensions.git
name age message
file MIT-LICENSE Sat May 24 01:18:23 -0700 2008 updating Copyright years [Justin French]
file README Sat May 24 01:20:09 -0700 2008 noting the contributors [Justin French]
file Rakefile Sun Apr 20 04:55:58 -0700 2008 Initial commit [Justin French]
file init.rb Sun Apr 20 04:55:58 -0700 2008 Initial commit [Justin French]
directory lib/ Fri May 23 17:51:29 -0700 2008 - Fixed a few comments - strip_html now really ... [JosephPecoraro]
directory tasks/ Sun Apr 20 04:55:58 -0700 2008 Initial commit [Justin French]
directory test/ Sun Apr 20 04:55:58 -0700 2008 Initial commit [Justin French]
file uninstall.rb Sun Apr 20 04:55:58 -0700 2008 Initial commit [Justin French]
README
StringExtensions
================

This is a random collection of things I like to do with Strings.  There's no tests yet, but I'm OK
with that, I really am.

Copyright (c) 2006-2008 Justin French, released under the MIT license

Contributors:
* Justin French <http://justinfrench.com
* Xavier Shay <http://rhnh.net>
* Joseph Pecoraro