If you are inside a class and want to call an instance method that belong to the same class you can call it by using this.{method_name}.
Example :

If you are inside a class and want to call an instance method that belong to the same class you can call it by using this.{method_name}.
Example :