On 21 Sep 2011, at 11:17, Max Williams wrote: > self.configuration is also more readable, ie more obviously a method call. Yes, but "configuration" in this scenario is not a method. It's an instance variable. @configuration is the right syntax for referencing it.