I feel it is weird to create an object by calling "new", but in class definition the initializer is called "initialize". I tried to make it consistent(to be called "new" in both class definition and outside) so I tried the code below using alias_method:I feel it is weird to create an object by calli