Symbol class include Comparable module.

This commit is contained in:
ksss
2014-04-18 00:10:32 +09:00
parent 44cc51fef7
commit 900999b290
@@ -1,4 +1,5 @@
class Symbol
include Comparable
def to_proc
->(obj,*args,&block) do