Ruby-CPU-Tuning

Ruby has tuned my CPU ^_^ Funny Ruby


And that's the code that made this possible :-)

dir = Dir.new(".")
dir.each { |entry|
	puts entry
}