How come this approach of creating a private class method works: class Person def self.get_name persons_name end class << self private def persons_name ...
-
May 23, 2022
- 0 Comments