Adding libraries

If your Ruby source code requires a specific library, add the Ruby library to the sourceanalyzer command. Include all ruby libraries that are installed with ruby gems. For example, if you have a utils.rb file that resides in the /usr/share/ruby/myPersonalLibrary directory, then add the following to the sourceanalyzer command:

-ruby-path /usr/share/ruby/myPersonalLibrary

Separate multiple libraries with semicolons (Windows) or colons (non-Windows). The following is an example of the option on non-Windows system:

-ruby-path /path/one:/path/two:/path/three