How is the invocation of a private method different than the invocation of a public method from within its defining class?

Technology CommunityCategory: RubyHow is the invocation of a private method different than the invocation of a public method from within its defining class?
VietMX Staff asked 3 years ago

It must be referenced in a functional manner without an explicit receiver object and not on the class object itself or on the current object self.