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