mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-set: make Set#initialize_copy private
This commit is contained in:
@@ -31,7 +31,7 @@ class Set
|
||||
end
|
||||
end
|
||||
|
||||
def initialize_copy(orig)
|
||||
private def initialize_copy(orig)
|
||||
super
|
||||
@hash = orig.__get_hash.dup
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user