提交 5e81e6ca 编写于 作者: A Aaron Patterson

remove the setter from `Scope`

it isn't used.
上级 aeaf32e1
......@@ -1971,10 +1971,6 @@ def fetch(key, &block)
def [](key)
@hash.fetch(key) { @parent[key] }
end
def []=(k,v)
@hash[k] = v
end
end
def initialize(set) #:nodoc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册