I have an application that makes use of some tools that are provided on
the installed system. (statistical model compilation).
How should I do this gracefully w/ Rails.
In the past (Java equivalent) I have relied on either an API being
provided OR scraping the results of System.exec (I guess the Ruby
equivalent is Runtime.exec)... not sure how to do this in Rails though.