= platform_helpers

* http://cyberconnect.biz/opensource

== DESCRIPTION:

Override's some Ruby classes to add methods making for uniform calls. For example, :to_bool is common to Nil, nil, TrueClass, FalseClass, String, Float, Date, ActiveRecord::Associations::HasOneAssociation and ActiveRecord::Associations::HasManyAssociation.

There are a few compatibility features bridging the gaps between ruby1.8 and ruby1.9 as well. With the modification of String to Enumerable in ruby1.9, methods have been added so that you can grep and itterate over each line, in all ruby versions.

Code is self explanatory, for other aspects.

== LICENSE:

GPLv3: http://www.gnu.org/licenses/gpl.html