From a198b96a3f2b0bc5d5404dcc2b198c062a44282b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 19 May 2010 10:53:15 -0400 Subject: [PATCH] fix another stupid bug --- CHANGELOG | 2 ++ lib/apache/apachify.rb | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b25625..21ec271 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +v0.2.2.1. Fix another stupid bug, yanking old version. + v0.2.2. Fix a stupid bug, yanking old version. v0.2.1. Lots of code cleanup and documentation added. diff --git a/lib/apache/apachify.rb b/lib/apache/apachify.rb index 1dbd52f..fc0a056 100644 --- a/lib/apache/apachify.rb +++ b/lib/apache/apachify.rb @@ -73,10 +73,8 @@ class Symbol end end -# Ruby everything -class Object - alias :quoteize :to_s - alias :blockify :to_s +class Fixnum + def quoteize; self; end end # Ruby arrays