self « Class « Ruby






1.self represents the current class,
2.The style ClassName.method_name versus self.method_name to define class method