How can I use an attribute of the instance as a default argument for a method?
I want to pass a default argument to an instance method using the value of an attribute of the instance:
I want to pass a default argument to an instance method using the value of an attribute of the instance: