# File lib/new_relic/language_support.rb, line 101
  def jruby?
    defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
  end