# File lib/phusion_passenger/native_support.rb, line 31defstartrequire'phusion_passenger'load_from_native_support_output_dir||load_from_source_root||load_from_load_path||load_from_home_dir||compile_and_loadend
supported?()click to toggle source
# File lib/phusion_passenger/native_support.rb, line 27defsupported?return!defined?(RUBY_ENGINE) ||RUBY_ENGINE=="ruby"||RUBY_ENGINE=="rbx"end