Sha256: 00fcb5c2df72de8465c39f3efe1f190e455c77df283217e90e1104ec1527fce8
Contents?: true
Size: 301 Bytes
Versions: 23
Compression:
Stored size: 301 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
23 entries across 23 versions & 1 rubygems