Sha256: 7f6b76e88aca4be4eaf4f8103388f1bf802d14f83b2bedf936dc9aa4031f78a8
Contents?: true
Size: 300 Bytes
Versions: 59
Compression:
Stored size: 300 Bytes
Contents
module FbGraph module Connections module FriendRequests def friend_requests(options = {}) friend_requests = self.connection :friendrequests, options friend_requests.map! do |friend_request| FriendRequest.new friend_request end end end end end
Version data entries
59 entries across 59 versions & 1 rubygems