# File lib/phusion_passenger/platform_info/ruby.rb, line 136
        def self.passenger_needs_ruby_dev_header?
                # Too much of a trouble for JRuby. We can do without it.
                return RUBY_ENGINE != "jruby"
        end