# File lib/webfinger/response.rb, line 12 def link_for(rel) links.detect do |link| link[:rel] == rel end end