# File lib/phusion_passenger/native_support.rb, line 42 def start if try_load return true elsif download_binary_and_load || compile_and_load STDERR.puts " --> #{library_name} successfully loaded." return true else STDERR.puts " --> Continuing without #{library_name}." return false end end
Generated with the Darkfish Rdoc Generator 2.