Sha256: 60ff8ccf2c1605a7e28385c6419365d3db062b55884bc74839c4b8a1705939af
Contents?: true
Size: 275 Bytes
Versions: 13
Compression:
Stored size: 275 Bytes
Contents
module FbGraph module Connections module Home def home(options = {}) posts = FbGraph::Collection.new(get(options.merge(:connection => 'home'))) posts.map! do |post| Post.new(post.delete(:id), post) end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems