rbqtapi --version (return code: 0)
QtRuby 2.0.5 using Qt-4.8.7
rbqtapi --help (return code: 0)
rbqtapi - a qtruby introspection tool
usage: rbqtapi [-h] [-v] [-p] [-m <re> [-i]] [-r <extension> ...] [<class>]
options:
-m <re> : find all functions matching regular expression/keyword <re>
-i : together with -m, performs a case insensitive search
-p : also display inherited methods for <class>
-s | show method names with ruby types
-r : require a qtruby extension
-v : print qtruby and Qt versions
-h : print this help message