提交 60926db9 编写于 作者: E Emilio Tagua

Inline initializer setup.

上级 66fbcc1d
......@@ -4,8 +4,7 @@ class Relation
attr_reader :relation, :klass
def initialize(klass, relation)
@klass = klass
@relation = relation
@klass, @relation = klass, relation
end
def to_a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册