# File lib/livejournal/friends.rb, line 74
      def initialize(user, opts={})
        super(user, 'getfriends')
        @friends = nil
        @friendofs = nil
        @request['includefriendof'] = true if opts.has_key? :include_friendofs
      end