Receiver
self
variable
instance variable
method
Operational subject of the ((method|Method)).
It is on the left of '((|.|))' or '((|::|))' of method call expression.
In a method, it can be referred as '((|((self))|)).'
The ((instance variable|Instance Variable)) of the receiver is
accessible in the form '((|@|))((variable|Variable))_name.'