Threads Ruby

fork {
  puts "Hello from the child process: #$$"
}
puts "Hello from the parent process: #$$"