mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-set: remove intialize_{dup,clone}.
This commit is contained in:
@@ -36,16 +36,6 @@ class Set
|
||||
@hash = orig.__get_hash.dup
|
||||
end
|
||||
|
||||
# def initialize_dup(orig)
|
||||
# super
|
||||
# @hash = orig.__get_hash.dup
|
||||
# end
|
||||
|
||||
# def initialize_clone(orig)
|
||||
# super
|
||||
# @hash = orig.__get_hash.clone
|
||||
# end
|
||||
|
||||
# def freeze
|
||||
# @hash.freeze
|
||||
# super
|
||||
|
||||
Reference in New Issue
Block a user