提交 4532b39f 编写于 作者: A Aaron Patterson

remove misleading comment

上级 00f08793
......@@ -106,8 +106,6 @@ def define_attr_method(name, value=nil, &block)
if block_given?
sing.send :define_method, name, &block
else
# use eval instead of a block to work around a memory leak in dev
# mode in fcgi
value = value.nil? ? 'nil' : value.to_s
sing.send(:define_method, name) { value.dup }
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册