u* tools: per-language wrappers (#1086)

diff --git a/tools/rubystat.sh b/tools/rubystat.sh
new file mode 100755
index 0000000..7c777cd
--- /dev/null
+++ b/tools/rubystat.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+lib=$(dirname $0)/lib
+$lib/ustat.py -l ruby "$@"