Hans, Usually, on the command line. Have you used terminal before? It's a program on your Mac that lets you run command-line stuff. If you run it, then type "ruby -v" without the quotes, you should see a response like:
ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0] If you do not get a message like that, then you don't have ruby installed. If you do get a message like that, you can run ruby scripts in terminal! -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=.
