Add some comment outed methods

+ classify
+ divide
This commit is contained in:
yui-knk
2014-07-24 08:29:45 +09:00
parent 5e10c11662
commit b4e4d98125
+6
View File
@@ -263,6 +263,12 @@ class Set
@hash.eql?(o.instance_variable_get(:@hash))
end
# def classify
# end
# def divide
# end
def inspect
sprintf('#<%s: {%s}>', self.class, to_a.inspect[1..-2])
end