# File src/ruby_supportlib/phusion_passenger/ruby_core_enhancements.rb, line 114 def self.absolute_logical_path(path, base = Dir.logical_pwd) return File.expand_path(path, base) end