README.textile in rich_support-0.1.1 vs README.textile in rich_support-0.1.2
- old
+ new
@@ -65,9 +65,10 @@
* @String.upcase_first@ - Upcases the first character of a String and leaves the remainder alone unlike @String.capitalize@ which downcases it
* @String.upcase_first!@ - Only returns the upcased String when it has changed otherwise it returns a @nil@ value
* @String.copy_case@ - Copies the letter casing of a passed String (e.g. @"paul".copy_case("Engel")@ returns @"Paul"@ and @"CoDe".copy_case("HERO")@ returns @"CODE"@)
* @String.copy_case!@ - Only returns the case copied String when it has changed otherwise it returns a @nil@ value
* @String.singularize!@ and @String.pluralize!@ - Which (as you expected) only returns a String when it has changed otherwise a @nil@ value
+* @String.singular?@ and @String.plural?@ - Assuming that the String is a verb, it returns whether it is singular / plural or not
h2. Developing Rich-Support yourself
1. Create your own Rich-Support fork "https://github.com/archan937/rich_support/fork":https://github.com/archan937/rich_support/fork
2. Clone your Rich-Support fork repository
\ No newline at end of file