Move public class methods out of private
private modifier by itself does nothing for class methods (need `private_class_method` for that). As these are documented to be public methods in README, move them to the top.
Showing
Please register or sign in to comment