Consider the following: ``` ruby class FriendlyDecorator < Decorum::Decorator immediate :name def name "Your friendly neighborhood #{object.name}." end end ``` Using `object` in this context results in pegged CPU usage and no exit.