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