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