宝石类初始化(构造函数)是私人或公共方法方法?
Ruby class initialize (constructor) is private method or public method?
如果没有,那么就调用类上的魔法方法__ call(如果这个方法存在的话)。
Otherwise, the magic method __call is invoked on the class if that method is present.
如果没有,那么就调用类上的魔法方法__ call(如果这个方法存在的话)。
Otherwise, the magic method __call is invoked on the class if that method is present.
应用推荐