Željko Filipin wrote: > Patching Code is Easy in Ruby by Bret Pettichord > http://www.io.com/~wazmo/blog/archives/2006_09.html#000241 > <http://www.io.com/%7Ewazmo/blog/archives/2006_09.html#000241> That article describes two ways of creating a patch. Since writing it, i have learned that the first (less-conventional) way is called a monkey patch.
The second method (universal diff) is the more traditional method, which was what i was thinking when i said "send me a patch". I suspect that in this case it is the easier method. Bret _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
