# File lib/pry/rbx_path.rb, line 8
    def convert_path_to_full(path)
      if rvm_ruby?(Rubinius::BIN_PATH)
        rvm_convert_path_to_full(path)
      else
        std_convert_path_to_full(path)
      end
    end