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.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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user