提交 d5cc7113 编写于 作者: A Aaron Patterson

need to dup the default options so that mutations will not impact us

上级 d4838fdc
......@@ -37,7 +37,7 @@ def self.find(env)
def initialize(by, env, default_options)
@by = by
@env = env
@delegate = default_options
@delegate = default_options.dup
end
def [](key)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册