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