Sha256: ae8b81701240a125da7f270e6f99e3efae5f29f344473f8be404c69d32b867a4
Contents?: true
Size: 327 Bytes
Versions: 13
Compression:
Stored size: 327 Bytes
Contents
module FbGraph module Connections module Television def television(options = {}) television = FbGraph::Collection.new(get(options.merge(:connection => 'television'))) television.map! do |_television_| Page.new(_television_.delete(:id), _television_) end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems