Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on
Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net
If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors
$ rvm help # Documentation Index

RVM Ruby Environment Information

If you are coding scripts and/or configuring text editors or similar tools then often it is useful to be able to inspect the entire ruby environment for a specified RVM installed ruby.

In order to inspect the environment of the currently selected Ruby,

rvm info

In order to inspect the environment of a specific Ruby, pass a valid selector representing it as the first parameter:

rvm info 1.9.2
RVM Documentation Index