From: Phillip Gawlowski Date: 2010-01-20T11:45:01+09:00 Subject: Re: what does the followed_by construct mean? On 20.01.2010 02:42, Dan Quach wrote: > I'm reading some code and it states.. > > #this can only occur on the person who was invited > def make_friends(invited, inviter) > transaction do > if user.followed_by? target > > > what does user.followed_by mean? The code snippet you provided is far too short to tell you for sure. A rough guess would be that #followed_by? checks if the target follows the user described in the user object. If you could provide more detail, it'd be appreciated. :) -- Phillip Gawlowski