# File lib/twitter/media/video_info.rb, line 18 def variants @attrs.fetch(:variants, []).map do |variant| Variant.new(variant) end end