Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
attribute accessor as module_function
warning
This code was introduced in 1354b07. `module_function` cause the next methods to be defined as both class methods and private instance methods, but the class method part is never used, hence directly declaring them as private is simpler and avoid the warning.
- Loading branch information