# File lib/livejournal/friends.rb, line 97 def run super @friends = build_array('friendof') { |r| Friend.new.from_request(r) } @friends end