Ruby as application scripting language?

Hello again!
I’ve seen some applications which expose their object model for the
user to write program to automate some of the tasks he wishes to do.
One example is FontLab which allows you to use Python. Is that done
for the Ruby as well? What do you say?

Regards,
Mohsin

MohsinHijazee wrote:

I’ve seen some applications which expose their object model for the
user to write program to automate some of the tasks he wishes to do.
One example is FontLab which allows you to use Python. Is that done
for the Ruby as well? What do you say?

Sure, Sketchup (now owned by Google) for example use Ruby.

Best regards,

Jari W.

On 16 Jan, 07:18, Jari W.
[email protected] wrote:

MohsinHijazee wrote:

I’ve seen some applications which expose their object model for the
user to write program to automate some of the tasks he wishes to do.
One example is FontLab which allows you to use Python. Is that done
for the Ruby as well? What do you say?

Sure, Sketchup (now owned by Google) for example use Ruby.

Many Mac and Windows applications also expose functionality via Apple
events/COM which can be accessed from Ruby via bridges such as rb-
appscript and Win32OLE.

HTH

has