In my rails console:
$$ #=> 12680
in IRB in other tab:
$$ #=> 15550
What does $$ stands fo
$$
My google-fu shows me that $$ is the process number of the Ruby running the script.