mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add some comment outed methods
+ classify + divide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user