How to get private helpers into class methods?

Hi,

How do I use the same private helper method(s) inside different class
methods? (In my current case, all the methods can be defined in the same
class.)

Thanks,

Grar

On Jul 24, 8:49 pm, Grary S. [email protected] wrote:

Hi,

How do I use the same private helper method(s) inside different class
methods? (In my current case, all the methods can be defined in the same
class.)

Thanks,

Grar

I guess that no-one understood the question :slight_smile: Could you bring some
examples of what do you want to accomplish so it’s possible to help
you out?