fix another stupid bug

This commit is contained in:
John Bintz 2010-05-19 10:53:15 -04:00
parent 52bdf6f164
commit a198b96a3f
2 changed files with 4 additions and 4 deletions

View File

@ -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.2. Fix a stupid bug, yanking old version.
v0.2.1. Lots of code cleanup and documentation added. v0.2.1. Lots of code cleanup and documentation added.

View File

@ -73,10 +73,8 @@ class Symbol
end end
end end
# Ruby everything class Fixnum
class Object def quoteize; self; end
alias :quoteize :to_s
alias :blockify :to_s
end end
# Ruby arrays # Ruby arrays