PDA

View Full Version : How do you pass variables to another rb script?


newsqa
April 1st, 2008, 02:26 AM
What's the best way to pass a variable to another ruby script? Example:
first file contains the modules and definitions, the second file contains the actions that call these modules /definitions.

I heard using globals is not a good standard