(0..n).each do |i|
 puts instance_variable_get(:"@y#{i}")
end

試してはいない