I am trying to ask RVM for current Ruby path, to call it from bash. This happens in Xcode environment, where ruby
is Xcode's one, but I wanna to solve it like this (just example, not really works):
$(rvm which) my-script.rb
Help me to ask RVM for current Ruby path :)