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

call map to make perftools reports more nice

上级 3878a115
......@@ -4,7 +4,7 @@ class Project < Compound
def initialize(relation, *projections)
super(relation)
@projections = projections.collect { |p| p.bind(relation) }
@projections = projections.map { |p| p.bind(relation) }
@attributes = Header.new(projections.map { |x| x.bind(self) })
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册