# File lib/twitter/favorite.rb, line 21 def targets @targets = Array(@attrs['targets']).map do |status| Twitter::Status.new(status) end end