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