4 5 6 7 8 9
# File 'lib/fb_graph/connections/pokes.rb', line 4 def pokes(options = {}) pokes = self.connection :pokes, options pokes.map! do |poke| Poke.new poke end end