/user/bin/ruby ?????

Ruby is a script language, which is used quite a lot in web pages. /usr/bin/ruby is the interpreter for the language, so most likely you have some script that likes to talk with someone.
 
Ruby is a script language, which is used quite a lot in web pages. /usr/bin/ruby is the interpreter for the language, so most likely you have some script that likes to talk with someone.

I think what you've said is a little misleading. Yes, Ruby is a scripting language but it isn't used _in_ webpages, it's used to generate web pages.

What I would do, next time you get the message, is to open up Activity monitor, find the ruby process, select it, and click info. It should tell you what the parent process is. There are some programs that execute tasks written in ruby, you're probably using one of them.
 
Back
Top