X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/dev
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.0.23
/
dev
/
📁
..
📁
boost-patches
📁
ci
📄
colorize-logs
(7.29 KB)
📁
configkit-schemas
📄
copy_boost_headers
(9.23 KB)
📄
index_cxx_dependencies.rb
(3.93 KB)
📄
install_scripts_bootstrap_code.rb
(1.31 KB)
📄
list_tests
(981 B)
📄
nginx_version_sha256
(2.5 KB)
📄
parse_file_descriptor_log
(2.54 KB)
📁
rack.test
📄
ruby_server.rb
(5.98 KB)
📄
runner
(623 B)
📄
show-latest-crashlog-dir
(784 B)
📁
vagrant
📄
websocketpp.patch
(1.38 KB)
Editing: runner
#!/usr/bin/env ruby # # Usage: ./dev/runner <CODE> # # Evaluates Ruby code in an environment that has the Phusion Passenger # libraries loaded. require File.expand_path(File.dirname(__FILE__) + "/../src/ruby_supportlib/phusion_passenger") PhusionPassenger.locate_directories while true if ARGV[0] =~ /^-r(.*)/ if $1.empty? lib = ARGV[1] ARGV.shift ARGV.shift else lib = $1 ARGV.shift end begin PhusionPassenger.require_passenger_lib(lib) rescue LoadError require(lib) end else break end end module PhusionPassenger p eval(ARGV.join(" ")) end
Upload File
Create Folder