fix another stupid bug
This commit is contained in:
parent
52bdf6f164
commit
a198b96a3f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user