Method: Facebooker::CommentsGet.process

Defined in:
lib/facebooker/parser.rb

.process(data) ⇒ Object



386
387
388
# File 'lib/facebooker/parser.rb', line 386

def self.process(data)
   array_of_hashes(element('comments_get_response', data), 'comment')
end