Method: Facebooker::FriendListsGet.process
- Defined in:
- lib/facebooker/parser.rb
.process(data) ⇒ Object
222 223 224 |
# File 'lib/facebooker/parser.rb', line 222 def self.process(data) array_of_hashes(element('friends_getLists_response', data), 'friendlist') end |