Sha256: a676aad01f67d92d713be76a8c80f02d60ef74e14a25368679095a9b2d87d5f3

Contents?: true

Size: 378 Bytes

Versions: 49

Compression:

Stored size: 378 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

module NewRelic
  module TestHelpers
    module RuntimeDetection
      def rubinius?
        defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
      end

      def jruby?
        defined?(JRuby)
      end
    end
  end
end

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
newrelic_rpm-3.18.1.330 test/helpers/runtime_detection.rb
newrelic_rpm-3.18.0.329 test/helpers/runtime_detection.rb
newrelic_rpm-3.17.2.327 test/helpers/runtime_detection.rb
newrelic_rpm-3.17.1.326 test/helpers/runtime_detection.rb
newrelic_rpm-3.17.0.325 test/helpers/runtime_detection.rb
newrelic_rpm-3.16.3.323 test/helpers/runtime_detection.rb
newrelic_rpm-3.16.2.321 test/helpers/runtime_detection.rb
newrelic_rpm-3.16.1.320 test/helpers/runtime_detection.rb
newrelic_rpm-3.16.0.318 test/helpers/runtime_detection.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/helpers/runtime_detection.rb
newrelic_rpm-3.15.2.317 test/helpers/runtime_detection.rb
newrelic_rpm-3.15.1.316 test/helpers/runtime_detection.rb
newrelic_rpm-3.15.0.314 test/helpers/runtime_detection.rb
newrelic_rpm-3.14.3.313 test/helpers/runtime_detection.rb
newrelic_rpm-3.14.2.312 test/helpers/runtime_detection.rb
newrelic_rpm-3.14.1.311 test/helpers/runtime_detection.rb
newrelic_rpm-3.14.0.305 test/helpers/runtime_detection.rb
newrelic_rpm-3.13.2.302 test/helpers/runtime_detection.rb
newrelic_rpm-3.13.1.300 test/helpers/runtime_detection.rb
newrelic_rpm-3.13.0.299 test/helpers/runtime_detection.rb