plugins/ruby/ruby.plugin.zsh
572b27b7
 # TODO: Make this compatible with rvm.
 #       Run sudo gem on the system ruby, not the active ruby.
3cf9ab72
 alias sgem='sudo gem'
 
 # Find ruby file
a49fcea9
 alias rfind='find . -name "*.rb" | xargs grep -n'