4 5 6 7 8 9
# File 'lib/fb_graph2/edge/scores.rb', line 4 def scores(params = {}) scores = self.edge :scores, params scores.collect! do |score| Struct::Score.new score end end