# File lib/phusion_passenger/platform_info/ruby.rb, line 233 def self.ruby_sudo_command if in_rvm? return "rvmsudo" else return "sudo" end end