# File lib/twitter/follow.rb, line 20 def targets @targets = Array(@attrs['targets']).map do |user| Twitter::User.new(user) end end