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