# File lib/pry/rbx_path.rb, line 28
    def std_convert_path_to_full(path)
      file_name = File.join(Rubinius::BIN_PATH, "..", path)
      raise "Cannot find rbx core source" if !File.exists?(file_name)
      file_name
    end