Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 586

parrot-doc-1.6.0-1mdv2010.0.i586.rpm

#! ruby

big = 0
string = "just another ruby hacker"

100000.times {
	big += 1
	str = string.split(//)
	f = str.shift
	str.push f
	string = str.join('')
}

puts big, string