Lines Matching refs:to_s
98 when 12 then return "#" + rand(999999).to_s
99 when 13 then return rand(999999).to_s + "%"
100 when 14..15 then return "&" + rand(999999).to_s + ";"
109 return "-" + rand(999999).to_s
111 return rand(999999).to_s
129 when 17..18 then return "#" + rand(999999999).to_s
130 when 19 then return "-" + rand(99999999).to_s
131 else return rand(99999999).to_s;
276 newpage << "test=" << @test_num.to_s << "&subtest=" << nextSubTestNum().to_s
278 newpage << "test=" << next_num.to_s
286 newpage << "&stop=" << @stop_num.to_s